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
promptPrompt to be shown during the pin collection
completioncallback containing the Pin
View on GitHub