BiometricStats

data class BiometricStats(val isHardwareAvailable: Boolean, val isBiometricEnrolled: Boolean, val statusMessage: String)

Represents the hardware status of fingerprint/face scanners.

Constructors

Link copied to clipboard
constructor(isHardwareAvailable: Boolean, isBiometricEnrolled: Boolean, statusMessage: String)

Properties

Link copied to clipboard

True if the user has enrolled at least one fingerprint/face.

Link copied to clipboard

True if the device has a fingerprint/face scanner.

Link copied to clipboard

A human-readable message describing the hardware status.