Package 

Interface PinEntryView.OnPinEnteredListener

    • Method Summary

      Modifier and Type Method Description
      abstract Unit onPinEntered(String pin) Event that gets triggered once the PIN input length reaches digits.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • onPinEntered

         abstract Unit onPinEntered(String pin)

        Event that gets triggered once the PIN input length reaches digits.