FingerprintGestureController.IsGestureDetectionAvailable Property

Definition

Gets if the fingerprint sensor's gesture detection is available.

public bool IsGestureDetectionAvailable { [Android.Runtime.Register("isGestureDetectionAvailable", "()Z", "", ApiSince=26)] get; }
[<get: Android.Runtime.Register("isGestureDetectionAvailable", "()Z", "", ApiSince=26)>]
member this.IsGestureDetectionAvailable : bool

Property Value

true if the sensor's gesture detection is available. false if it is not currently detecting gestures (for example, if it is enrolling a finger).

Attributes

Remarks

Gets if the fingerprint sensor's gesture detection is available.

Java documentation for android.accessibilityservice.FingerprintGestureController.isGestureDetectionAvailable().

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.

Applies to