Focus Gesture Listener

Note

This API is currently unavailable on this platform.

Defined under the namespace Scandit.Datacapture.Core.Ui

FocusGestureListener
interface FocusGestureListener

Added 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): void

Added in version 8.3.0

Triggers a focus as if the gesture was executed.