-
- All Implemented Interfaces:
public interface PinCollectorPin Collector interface to collect application pin
-
-
Method Summary
Modifier and Type Method Description abstract CharArraycollectPin(Prompt prompt, FragmentActivity fragmentActivity)Collect the Application Pin. -
-
Method Detail
-
collectPin
abstract CharArray collectPin(Prompt prompt, FragmentActivity fragmentActivity)
Collect the Application Pin.
- Parameters:
prompt- Prompt information from the NodefragmentActivity- The Current FragmentActivity
-
-
-
-