Protocols

The following protocols are available globally.

  • An optional delegate the receive the collected inquiry flow data as a client side callback

    See more

    Declaration

    Swift

    public protocol InquiryCollectionDelegate
  • Methods for managing verification results. Please note: all methods will be called from the main thread.

    See more

    Declaration

    Swift

    public protocol InquiryDelegate : AnyObject

Public Type Definitions

  • Defines an asset to be used in the theme

    See more

    Declaration

    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 more

    Declaration

    Swift

    public protocol InquiryNfcAdapter : AnyObject