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