.. java:import:: androidx.annotation NonNull .. java:import:: com.idopte.scmapi Certificate .. java:import:: com.idopte.scmapi Pin .. java:import:: com.idopte.scmapi Token EnterPin.Callback ================= .. java:package:: com.idopte.scmapi.ui :noindex: .. java:type:: interface Callback :outertype: EnterPin Interface to use as a \ :java:ref:`EnterPin`\ callback during PIN verification. Methods ------- onPinBlocked ^^^^^^^^^^^^ .. java:method:: void onPinBlocked() :outertype: EnterPin.Callback Called when PIN is blocked. onPinEntryCanceled ^^^^^^^^^^^^^^^^^^ .. java:method:: void onPinEntryCanceled() :outertype: EnterPin.Callback Called when PIN verification is canceled by the user. onPinEntryFailed ^^^^^^^^^^^^^^^^ .. java:method:: void onPinEntryFailed(Exception exception) :outertype: EnterPin.Callback Called when PIN verification failed with an exception. :param exception: the exception thrown by PIN verification. onPinValidated ^^^^^^^^^^^^^^ .. java:method:: void onPinValidated() :outertype: EnterPin.Callback Called when PIN was correctly entered. onTokenReconnection ^^^^^^^^^^^^^^^^^^^ .. java:method:: void onTokenReconnection(Token token) :outertype: EnterPin.Callback Called if token has been reconnected during PIN validation.