FileAttacher
public class FileAttacher
Some scan parts (e.g. Document) allow direct file upload. Use this class to provide the url to the file.
-
Mandatory requirements for the file to attach
Declaration
Swift
public var fileRequirements: Jumio.FileRequirements? { get } -
Optional help URL for Digital ID PDF Upload
Declaration
Swift
public var helpUrl: String? { get } -
Attach the file attacher to
Jumio.Scan.PartafterJumio.Scan.Step.attachFileevent has been received to enable file attachingParameters
scanPartJumio.Scan.Partinstance -
Attach the
URLto a fileDeclaration
Swift
public func set(url: URL)
View on GitHub