Interface PinEnrollmentHandler
- All Superinterfaces:
CancelableHandler
The object handling the PIN to be enrolled.
-
Method Summary
-
Method Details
-
cancel
void cancel()This method must be invoked if the operation must be canceled.- Specified by:
cancelin interfaceCancelableHandler- Throws:
IllegalStateException- if either this method orpin(char[])were previously invoked
-
pin
void pin(@NonNull char[] pin) Specify the PIN to be enrolled. When this method is invoked, the SDK will validate the PIN and, if valid, will enroll it.- Parameters:
pin- the PIN- Throws:
IllegalStateException- if eithercancel()or this method were previously invoked
-