Interface DeviceAuthenticationTimeoutCallback


public interface DeviceAuthenticationTimeoutCallback
Callback to update the remaining valid time after a user authentication action.
Since:
2.0.0
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    A timeout occurs before the user taps on the POS terminal.
    void
    onTimer(int remain)
    Returns the remaining time for user to tap on the POS terminal.
  • Method Details

    • onTimer

      void onTimer(int remain)
      Returns the remaining time for user to tap on the POS terminal.
      Parameters:
      remain - The remaining time to tap on the POS terminal.
    • onTimeout

      void onTimeout()
      A timeout occurs before the user taps on the POS terminal.