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
config
The inquiry configuration.
delegate
The 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
viewController
The view controller the view should be presented from.