OnAuthenticationError

data class OnAuthenticationError(val errorCode: Int, val errString: CharSequence) : BiometricExceptionDetails

The biometric authentication challenge encountered an unrecoverable error and will not be retried automatically.

Constructors

Link copied to clipboard
constructor(errorCode: Int, errString: CharSequence)

Properties

Link copied to clipboard
Link copied to clipboard