FingerprintManager.IsHardwareDetected Property

Definition

Determine if fingerprint hardware is present and functional.

public virtual bool IsHardwareDetected { [Android.Runtime.Register("isHardwareDetected", "()Z", "GetIsHardwareDetectedHandler", ApiSince=23)] [Android.Runtime.RequiresPermission("android.permission.USE_FINGERPRINT")] get; }
[<get: Android.Runtime.Register("isHardwareDetected", "()Z", "GetIsHardwareDetectedHandler", ApiSince=23)>]
[<get: Android.Runtime.RequiresPermission("android.permission.USE_FINGERPRINT")>]
member this.IsHardwareDetected : bool

Property Value

true if hardware is present and functional, false otherwise.

Attributes

Remarks

Determine if fingerprint hardware is present and functional.

This member is deprecated. See BiometricPrompt and FingerprintManager#FINGERPRINT_ERROR_HW_UNAVAILABLE

Java documentation for android.hardware.fingerprint.FingerprintManager.isHardwareDetected().

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