enrollPin abstract method
- PinEnrollmentContext context,
- PinEnrollmentHandler handler
The method that will be invoked till either the user provides a PIN that is conform with the format specified by the PinPolicy or till the operation is cancelled (through the PinEnrollmentHandler.cancel).
Params:
- context: the object providing some contextual information during PIN enrollment.
- handler: the object that must be invoked with the new PIN.
Implementation
void enrollPin(PinEnrollmentContext context, PinEnrollmentHandler handler);