FingerprintGestureController.FingerprintGestureCallback.OnGestureDetected Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Called when the fingerprint sensor detects gestures.
[Android.Runtime.Register("onGestureDetected", "(I)V", "GetOnGestureDetected_IHandler", ApiSince=26)]
public virtual void OnGestureDetected (Android.AccessibilityServices.FingerptintGestureTypes gesture);
[<Android.Runtime.Register("onGestureDetected", "(I)V", "GetOnGestureDetected_IHandler", ApiSince=26)>]
abstract member OnGestureDetected : Android.AccessibilityServices.FingerptintGestureTypes -> unit
override this.OnGestureDetected : Android.AccessibilityServices.FingerptintGestureTypes -> unit
Parameters
- gesture
- FingerptintGestureTypes
The id of the gesture that was detected. For example,
#FINGERPRINT_GESTURE_SWIPE_RIGHT
.
- Attributes
Remarks
Called when the fingerprint sensor detects gestures.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.