| java.lang.Object | |
| ↳ | android.hardware.fingerprint.FingerprintManager.AuthenticationCallback |
Callback structure provided to authenticate(CryptoObject, CancellationSignal, int, AuthenticationCallback, Handler). Users of authenticate(CryptoObject, CancellationSignal, int, AuthenticationCallback, Handler) must provide an implementation of this for listening to
fingerprint events.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Called when an unrecoverable error has been encountered and the operation is complete.
| |||||||||||
Called when a fingerprint is valid but not recognized.
| |||||||||||
Called when a recoverable error has been encountered during authentication.
| |||||||||||
Called when a fingerprint is recognized.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Called when an unrecoverable error has been encountered and the operation is complete. No further callbacks will be made on this object.
| errorCode | An integer identifying the error message |
|---|---|
| errString | A human-readable error string that can be shown in UI |
Called when a fingerprint is valid but not recognized.
Called when a recoverable error has been encountered during authentication. The help string is provided to give the user guidance for what went wrong, such as "Sensor dirty, please clean it."
| helpCode | An integer identifying the error message |
|---|---|
| helpString | A human-readable string that can be shown in UI |
Called when a fingerprint is recognized.
| result | An object containing authentication-related data |
|---|