Interface BiometricAuthenticationCallbacks


public interface BiometricAuthenticationCallbacks
Interface to implement biometric authentication.
Since:
5.4.0
  • Method Details

    • onSuccess

      void onSuccess(ProtectorAuthInput authInput)
      Authentication is successful.
      Parameters:
      authInput - used for OTP generation.
    • onAuthenticationStatus

      void onAuthenticationStatus(int status, String message)
      Authentication status update. The status code comes from both the SDK and OS. Check the code and message for more information in 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.
      Parameters:
      status - status code
      message - detailed description