EnterPin.Callback

interface Callback

Interface to use as a EnterPin callback during PIN verification.

Methods

onPinBlocked

void onPinBlocked()

Called when PIN is blocked.

onPinEntryCanceled

void onPinEntryCanceled()

Called when PIN verification is canceled by the user.

onPinEntryFailed

void onPinEntryFailed(Exception exception)

Called when PIN verification failed with an exception.

Parameters:
  • exception – the exception thrown by PIN verification.

onPinValidated

void onPinValidated()

Called when PIN was correctly entered.

onTokenReconnection

void onTokenReconnection(Token token)

Called if token has been reconnected during PIN validation.