public static interface YotiPinEntry.YotiPinEntryListener
YotiPinEntry when
all the digits have been entered.| Modifier and Type | Method and Description |
|---|---|
boolean |
isAccessibilityEnabled()
Gets a value indicating whether accessibility is enabled or not.
|
void |
onPinCodeEntryComplete(java.lang.String pin)
The user has entered the full pin.
|
void |
onPinVisibilityToggledToHidden()
Called when the pin visibility has been toggled to be hidden.
|
void |
onPinVisibilityToggledToVisible()
Called when the pin visibility has been toggled to be visible.
|
void |
onTransitionToErrorStateComplete()
Called when the transition to the error state has completed.
|
void |
onTransitionToSuccessStateComplete()
Called when the transition to the success state has completed.
|
void onPinCodeEntryComplete(java.lang.String pin)
pin - The pin code.void onTransitionToSuccessStateComplete()
void onTransitionToErrorStateComplete()
boolean isAccessibilityEnabled()
void onPinVisibilityToggledToVisible()
void onPinVisibilityToggledToHidden()