PinCollector
public protocol PinCollector : AnyObject
Protocol for collecting the Pin
-
Delegate method to collect the Pin
Declaration
Swift
func collectPin(prompt: Prompt, completion: @escaping (String?) -> Void)
Parameters
prompt
Prompt to be shown during the pin collection
completion
callback containing the Pin