AuthenticationResult.Error
public final class AuthenticationResult.Error implements AuthenticationResult
A result when an error has been encountered and authentication has stopped.
| See also | |
|---|---|
BiometricPrompt.AuthenticationError |
Summary
Public constructors |
|---|
Error(int errorCode, @NonNull CharSequence errString) |
Public methods |
|
|---|---|
@NonNull AuthenticationResult.Error |
error() |
final @NonNull CharSequence |
A human-readable string that describes the error. |
final int |
An integer ID associated with the error. |
Inherited methods |
||||||
|---|---|---|---|---|---|---|
|
Public constructors
Public methods
getErrString
Added in 1.4.0-alpha04
public final @NonNull CharSequence getErrString()
A human-readable string that describes the error.
getErrorCode
Added in 1.4.0-alpha04
public final int getErrorCode()
An integer ID associated with the error.