Reason

enum Reason : Enum<BiometricAvailability.Unavailable.Reason>

An enum describing why biometrics are unavailable on this device

Entries

Link copied to clipboard

Status indicating that the biometric key failed to generate. Biometrics cannot 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.

Properties

Link copied to clipboard
val message: String