public interface PinLockListener
PinLockView
Created by aritraroy on 31/05/16.| Modifier and Type | Method and Description |
|---|---|
void |
onComplete(java.lang.String pin)
Triggers when the complete pin is entered,
depends on the pin length set by the user
|
void |
onEmpty()
Triggers when the pin is empty after manual deletion
|
void |
onPinChange(int pinLength,
java.lang.String intermediatePin)
Triggers on a key press on the
PinLockView |
void onComplete(java.lang.String pin)
pin - the complete pinvoid onEmpty()
void onPinChange(int pinLength,
java.lang.String intermediatePin)
PinLockViewpinLength - the current pin lengthintermediatePin - the intermediate pin