BiometricAvailability

enum BiometricAvailability : Enum<BiometricAvailability>

Wrapper around BiometricManager results to provide friendly messaging for developers

Entries

Link copied to clipboard

Status indicating that the biometric key failed to generate. Biometrics cannot proceed.

Link copied to clipboard

Status indicating that all biometrics checks have passed, and you can proceed.

Link copied to clipboard

Status indicating that this device has no biometric hardware.

Link copied to clipboard

Status indicating that biometric hardware features are currently unavailable.

Link copied to clipboard

Status indicating that there are no biometrics currently enrolled on device.

Link copied to clipboard

Status indicating that a security vulnerability has been discovered with one or more hardware sensors.

Link copied to clipboard

Status indicating that the requested options are incompatible with the current Android version.

Link copied to clipboard

Status indicating that we do not know if biometrics are supported on this device.

Link copied to clipboard

Status indicating that the biometric key has been revoked. Usually this means the user has added a new biometric or deleted all existing biometrics.

Properties

Link copied to clipboard
val message: String

A string explaining the BiometricAvailability status