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