public interface BiometricAuthenticationCallbacks
Modifier and Type | Method and Description |
---|---|
void |
onAuthenticationStatus(int status,
String message)
Authentication status update.
|
void |
onSuccess(ProtectorAuthInput authInput)
Authentication is successful.
|
void onSuccess(ProtectorAuthInput authInput)
authInput
- used for OTP generation.void onAuthenticationStatus(int status, String message)
BiometricAuthenticationStatus
.
If the status code does not match the listed status code, this means that the SDK is propagating
onError and onHelp message directly from Android OS. Refer to
Section Constants
for more information about the status codes.status
- status codemessage
- detailed description