FingerprintGestureController.RegisterFingerprintGestureCallback 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.
Register a callback to be informed of fingerprint sensor gesture events.
[Android.Runtime.Register("registerFingerprintGestureCallback", "(Landroid/accessibilityservice/FingerprintGestureController$FingerprintGestureCallback;Landroid/os/Handler;)V", "", ApiSince=26)]
public void RegisterFingerprintGestureCallback (Android.AccessibilityServices.FingerprintGestureController.FingerprintGestureCallback callback, Android.OS.Handler? handler);
[<Android.Runtime.Register("registerFingerprintGestureCallback", "(Landroid/accessibilityservice/FingerprintGestureController$FingerprintGestureCallback;Landroid/os/Handler;)V", "", ApiSince=26)>]
member this.RegisterFingerprintGestureCallback : Android.AccessibilityServices.FingerprintGestureController.FingerprintGestureCallback * Android.OS.Handler -> unit
Parameters
The listener to be added.
- handler
- Handler
The handler to use for the callback. If null
, callbacks will happen
on the service's main thread.
- Attributes
Remarks
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.