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 success/fail statuses.
-
Starts the verification flow modally over a view controller.
Declaration
Swift
public func start(from viewController: UIViewController)Parameters
viewControllerThe view controller the view should be presented from.
View on GitHub
Inquiry Class Reference