.. java:import:: androidx.annotation NonNull .. java:import:: com.idopte.scmapi Certificate .. java:import:: com.idopte.scmapi Pin .. java:import:: com.idopte.scmapi Token EnterPin ======== .. java:package:: com.idopte.scmapi.ui :noindex: .. java:type:: public interface EnterPin Interface to implement for the user to enter PIN value. Methods ------- dismissEnterPin ^^^^^^^^^^^^^^^ .. java:method:: void dismissEnterPin() :outertype: EnterPin Stops asking the user to enter PIN value. enterPin ^^^^^^^^ .. java:method:: void enterPin(Pin pin, Callback callback) :outertype: EnterPin Asks the user to enter PIN value and verifies it. :param pin: the PIN object to verify :param callback: object to use as a callback. enterPin ^^^^^^^^ .. java:method:: void enterPin(Certificate cert, Callback callback) :outertype: EnterPin Asks the user to enter PIN value and verifies it. :param cert: the registered certificate uses for an SSL authentication. :param callback: object to use as a callback. enterPin ^^^^^^^^ .. java:method:: void enterPin(int slot, Callback callback) :outertype: EnterPin Asks the user to enter PIN value and verifies it. :param slot: the slot number of the PIN to verify. :param callback: object to use as a callback.