Focus Gesture Listener
Defined in package com.scandit.datacapture.core.ui.gesture
- FocusGestureListener
interface FocusGestureListener
Added in version 6.7.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.
- onFocusGesture(focusGesture, point)
void
onFocusGesture(@NonNull FocusGesture focusGesture, @NonNull PointWithUnit point)Added in version 6.7.0
Triggers a focus as if the gesture was executed.