-
public interface PinEntryView.OnPinEnteredListenerListener for the on PIN entered event.
-
-
Method Summary
Modifier and Type Method Description abstract UnitonPinEntered(String pin)Event that gets triggered once the PIN input length reaches digits. -
-
Method Detail
-
onPinEntered
abstract Unit onPinEntered(String pin)
Event that gets triggered once the PIN input length reaches digits.
-
-
-
-