VerIDSessionDelegate
@objc
public protocol VerIDSessionDelegate
Delegate that receives Ver-ID session results.
-
Deprecated: Use session:didFinishWithResult:
Declaration
Swift
@available(*, deprecated: 1.8) @objc optional func session(_ session: VerIDSession, didReturnResult result: VerIDSessionResult, forImage image: UIImage?, andFace face: VerIDFace?)
-
Deprecated: Use session:didFinishWithResult:
Declaration
Swift
@available(*, deprecated: 1.8) @objc optional func session(_ session: VerIDSession, didFinishWithOutcome outcome: VerIDSession.Outcome)
-
Implement this method to listen for the result at the end of the session
Declaration
Swift
@available(* 1.8, *) @objc func session(_ session: VerIDSession, didFinishWithResult result: VerIDSessionResult)
Parameters
session
The session returning the result
result
The result of the session