Package com.thalesgroup.gemalto.d1.d1pay
Interface DeviceAuthenticationTimeoutCallback
-
public interface DeviceAuthenticationTimeoutCallbackCallback to update the remaining valid time after a user authentication action.- Since:
- 2.0.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonTimeout()A timeout occurs before the user taps on the POS terminal.voidonTimer(int remain)Returns the remaining time for user to tap on the POS terminal.
-