Inquiry
public final class Inquiry
The Persona Inquiry SDK.
-
The SDK version number.
Declaration
Swift
public static var versionNumber: String { get } -
Creates a new Inquiry based on an inquiry ID with an account ID.
Declaration
Swift
public init(config: InquiryConfiguration, delegate: InquiryDelegate)Parameters
configThe inquiry configuration.
delegateThe object that will receive the final callbacks.
-
Creates a new Inquiry based on an inquiry ID with an account ID.
Declaration
Swift
public init(config: FallbackInquiryConfiguration, delegate: InquiryDelegate)Parameters
configThe fallback inquiry configuration.
delegateThe object that will receive the final callbacks.
-
Starts the verification flow modally over a view controller.
Declaration
Swift
public func start(from viewController: UIViewController, animated: Bool = true)Parameters
viewControllerThe view controller the view should be presented from.
animatedWhether or not the flow should animate it’s presentation (and dismissal)
View on GitHub
Inquiry Class Reference