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
sessionThe session returning the result
resultThe result of the session
VerIDSessionDelegate Protocol Reference