Interface DeviceAuthenticationTimeoutCallback


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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void onTimeout()
      Timeout happens before user tap on the POS/Terminal
      void onTimer​(int remain)
      Return the remaining time for user to tap on the POS/Terminal
    • Method Detail

      • onTimer

        void onTimer​(int remain)
        Return the remaining time for user to tap on the POS/Terminal
        Parameters:
        remain - The remaining time
      • onTimeout

        void onTimeout()
        Timeout happens before user tap on the POS/Terminal