Interface BioFingerprintAuthenticationCallbacks


@Deprecated public interface BioFingerprintAuthenticationCallbacks
Deprecated.
Interface for BioFingerprint authentication.
Since:
5.3.0
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onAuthenticationStatus(int status, String message)
    Deprecated.
    Authentication status update.
    void
    Deprecated.
    This API requires application integrator to handle on UI.
    void
    Deprecated.
    Authentication success.
  • Method Details

    • onSuccess

      void onSuccess(ProtectorAuthInput authInput)
      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

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