VerIDImageWriterServiceFactory
@objc
public class VerIDImageWriterServiceFactory : NSObject, ImageWriterServiceFactory
Ver-ID SDK’s default implementation of the ImageWriterServiceFactory protocol
-
Factory constructor
Declaration
Swift
@objc public override init() -
Create an instance of image writer service
Throws
Error if the instance creation failsDeclaration
Swift
@objc public func makeImageWriterService() throws -> ImageWriterServiceReturn Value
Instance of
VerIDImageWriterService
VerIDImageWriterServiceFactory Class Reference