AccessibilityService.FingerprintGestureController Property
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.
Get the controller for fingerprint gestures.
public Android.AccessibilityServices.FingerprintGestureController FingerprintGestureController { [Android.Runtime.Register("getFingerprintGestureController", "()Landroid/accessibilityservice/FingerprintGestureController;", "", ApiSince=26)] [Android.Runtime.RequiresPermission("android.permission.USE_FINGERPRINT")] get; }
[<get: Android.Runtime.Register("getFingerprintGestureController", "()Landroid/accessibilityservice/FingerprintGestureController;", "", ApiSince=26)>]
[<get: Android.Runtime.RequiresPermission("android.permission.USE_FINGERPRINT")>]
member this.FingerprintGestureController : Android.AccessibilityServices.FingerprintGestureController
Property Value
The controller for fingerprint gestures, or null
if gestures are unavailable.
- Attributes
Remarks
Get the controller for fingerprint gestures. This feature requires AccessibilityServiceInfo#CAPABILITY_CAN_REQUEST_FINGERPRINT_GESTURES
.
<strong>Note: </strong> The service must be connected before this method is called.
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.