Handler
public class Handler
Retrieve and display all scanned images that are rejected by Jumio
-
The parts, which were rejected
Declaration
Swift
@MainActor public var parts: [Jumio.Credential.Part] { get } -
Attach the reject handler to
Jumio.Scan.PartafterJumio.Scan.Step.rejectViewevent has been receivedParameters
scanPartJumio.Scan.Partinstance -
Render the image of the given
Jumio.Credential.Partinto the providedJumio.Reject.View. If the given part is not available, the view will stay emptyDeclaration
Swift
@MainActor public func renderPart(part: Jumio.Credential.Part, view: Jumio.Reject.View)Parameters
partJumio.Credential.Partto renderviewinstance of
Jumio.Reject.View -
One of the scanned images has been declined by Jumio and therefore the scanning needs to be restarted
Declaration
Swift
public func retake()
View on GitHub