Interface Controller
public interface Controller
A controller that allows the application to cancel an ongoing passcode operation.
An instance of this controller is provided in the
PasscodeAuthenticatorCallback.onStart(Keyboard, com.thalesgroup.gemalto.fido2.client.Fido2OperationInfo, Controller)
callback.
- Since:
- 1.0.0
-
Method Summary
-
Method Details
-
cancel
@AnyThread void cancel()Cancels the ongoing passcode entry process.- Since:
- 1.0.0
-