CardImageVerificationSheetResult
@frozen
public enum CardImageVerificationSheetResult
The result of an attempt to finish an card image verification flow
-
User completed the verification flow
Declaration
Swift
case completed(scannedCard: ScannedCard)
-
User canceled out of the flow
Declaration
Swift
case canceled(reason: CancellationReason)
-
Failed with error
Declaration
Swift
case failed(error: Error)