FingerprintManager.IsHardwareDetected 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.
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.