Focus Gesture Listener
Note
This API is currently unavailable on this platform.
Defined in library scandit_datacapture_core_ui
- FocusGestureListener
abstract class 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)
voiddidFocusGesture(FocusGesture focusGesture, PointWithUnit point)Added in version 8.3.0
Triggers a focus as if the gesture was executed.