VerIDFactoryDelegate
@objc
public protocol VerIDFactoryDelegate : AnyObject
Ver-ID factory delegate protocol
-
Called when a Ver-ID instance is created
Declaration
Swift
@objc optional func veridFactory(_ factory: VerIDFactory, didCreateVerID instance: VerID)Parameters
factoryFactory that created the Ver-ID instance
instanceVer-ID environment instance
-
Called when a Ver-ID instance creation fails
Declaration
Swift
@objc func veridFactory(_ factory: VerIDFactory, didFailWithError error: Error)Parameters
factoryFactory that attempted to create the Ver-ID instance
errorError that describes the failure
VerIDFactoryDelegate Protocol Reference