AuthenticationResult.Error
class AuthenticationResult.Error : AuthenticationResult
A result when an error has been encountered and authentication has stopped.
| See also | |
|---|---|
BiometricPrompt.AuthenticationError |
Summary
Public constructors |
|---|
Error(errorCode: Int, errString: CharSequence) |
Public functions |
|
|---|---|
open AuthenticationResult.Error |
error() |
Public properties |
|
|---|---|
CharSequence |
A human-readable string that describes the error. |
Int |
An integer ID associated with the error. |
Inherited functions |
||||||
|---|---|---|---|---|---|---|
|
Public constructors
Public functions
Public properties
errString
Added in 1.4.0-alpha05
val errString: CharSequence
A human-readable string that describes the error.