Protocols
The following protocols are available globally.
-
An optional delegate the receive the collected inquiry flow data as a client side callback
See moreDeclaration
Swift
public protocol InquiryCollectionDelegate
-
Methods for managing verification results. Please note: all methods will be called from the main thread.
See moreDeclaration
Swift
public protocol InquiryDelegate : AnyObject
-
Defines an asset to be used in the theme
See moreDeclaration
Swift
public protocol ThemeAsset
-
This protocol is used internally within the Persona SDK in order to communicate with the optional Nfc module. Do not implement this protocol in your own code.
See moreDeclaration
Swift
public protocol InquiryNfcAdapter : AnyObject