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()Returns a |
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
error
open fun error(): AuthenticationResult.Error
Returns a Error only if it's a Error, returns null otherwise.
Public properties
errString
val errString: CharSequence
A human-readable string that describes the error.