public interface IDeviceAuthenticationCallback
IDeviceAuthenticator
Modifier and Type | Method and Description |
---|---|
void |
onAuthenticationError(int code,
java.lang.String reason)
Called when authentication cannot be processed.
|
void |
onAuthenticationFailed(int code,
java.lang.String reason)
Called on wrong password or non matching fingerprint.
|
void |
onAuthenticationSucceeded(int result)
Called on recognized fingerprint or correctly entered password
|
void onAuthenticationSucceeded(int result)
result
- - one of AUTHENTICATED_WITH_PASSCODE, AUTHENTICATED_WITH_FINGERPRINT or AUTHENTICATED_WITH_FACEIDvoid onAuthenticationFailed(int code, java.lang.String reason)
code
- reason
- void onAuthenticationError(int code, java.lang.String reason)