FingerprintManager.HasEnrolledFingerprints 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 there is at least one fingerprint enrolled.
public virtual bool HasEnrolledFingerprints { [Android.Runtime.Register("hasEnrolledFingerprints", "()Z", "GetHasEnrolledFingerprintsHandler", ApiSince=23)] [Android.Runtime.RequiresPermission("android.permission.USE_FINGERPRINT")] get; }
[<get: Android.Runtime.Register("hasEnrolledFingerprints", "()Z", "GetHasEnrolledFingerprintsHandler", ApiSince=23)>]
[<get: Android.Runtime.RequiresPermission("android.permission.USE_FINGERPRINT")>]
member this.HasEnrolledFingerprints : bool
Property Value
true if at least one fingerprint is enrolled, false otherwise
- Attributes
Remarks
Determine if there is at least one fingerprint enrolled.
This member is deprecated. See BiometricPrompt
and FingerprintManager#FINGERPRINT_ERROR_NO_FINGERPRINTS
Java documentation for android.hardware.fingerprint.FingerprintManager.hasEnrolledFingerprints()
.
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.