Interface BioFingerprintAuthenticationCallbacks
Deprecated.
Interface for BioFingerprint authentication.
- Since:
- 5.3.0
-
Method Summary
Modifier and TypeMethodDescriptionvoidonAuthenticationStatus(int status, String message) Deprecated.Authentication status update.voidDeprecated.This API requires application integrator to handle on UI.voidonSuccess(ProtectorAuthInput authInput) Deprecated.Authentication success.
-
Method Details
-
onSuccess
Deprecated.Authentication success.- Parameters:
authInput- used for OTP generation.
-
onStartFPSensor
void onStartFPSensor()Deprecated.This API requires application integrator to handle on UI. On this callback, the BioFingerprint sensor is started. Application integrator should prompt the end user for fingerprint. -
onAuthenticationStatus
Deprecated.Authentication status update. Status code comes from both the SDK and OS. Check the code and message for more information inBioFingerprintAuthenticationStatus. If status code does not match listed status code, the SDK is propagating onError and onHelp message directly from Android OS, those status codes can be found at Section Constants- Parameters:
status- status codemessage- detailed description
-