Focus Gesture Listener
Note
This API is currently unavailable on this platform.
Defined under the namespace Scandit.Datacapture.Core.Ui
- FocusGestureListener
interface FocusGestureListenerAdded in version 8.3.0
Listener for observing the focus gesture. This listener is typically used when you want to react to focus gestures being triggered to update UI elements or similar.
- didFocusGesture(focusGesture, point)
didFocusGesture?(focusGesture: FocusGesture, point: PointWithUnit):
voidAdded in version 8.3.0
Triggers a focus as if the gesture was executed.