PINEntryUIDelegate
public protocol PINEntryUIDelegate : AnyObject
The delegate the UI should implement to receive callbacks on PIN entry status. When pinMatch is triggered, submit should be called using PINEntryUI. If submit is called when entry is incomplete or not matched, pinInvalid or pinMismatch error will be returned.
Since
3.3.0-
The callback triggered when New/Confirm PIN entered matching specified criteria.
Declaration
Swift
func pinEntryUI(_ pinEntryUI: PINEntryUI, pinEvent: PINEvent, additionalInfo: String?)