-
A delegate implementing the
Jumio.Scan.Part.DelegateprotocolDeclaration
Swift
public weak var delegate: Delegate? { get } -
Describes
Jumio.Scan.Modewhich is currently in useDeclaration
Swift
public var scanMode: Mode { get } -
Indicates if a fallback
Jumio.Scan.Modeis availableDeclaration
Swift
public var hasFallback: Bool { get } -
Starts execution of this scan part
Declaration
Swift
public func start() -
Retry the execution of this scan part
Parameters
reasonJumio.Retry.ReasonfromJumio.Scan.Step.retryevent -
Fallbacks to another
Jumio.Scan.Modeif availableDeclaration
Swift
public func fallback() -
cancel()AsynchronousCancels the scan part
Declaration
Swift
public func cancel() async -
finish()AsynchronousFinishes the scan part
Note
Can be called only afterJumio.Scan.Step.canFinisheventDeclaration
Swift
public func finish() async
View on GitHub