Enumerations
The following enumerations are available globally.
-
The result of an attempt to scan a card
See moreDeclaration
Swift
@frozen public enum CardScanSheetResult
-
The reason of the user initiated scan cancellation
See moreDeclaration
Swift
public enum CancellationReason : String, Equatable
-
The result of an attempt to finish an card image verification flow
See moreDeclaration
Swift
@frozen public enum CardImageVerificationSheetResult
-
Errors specific to the
See moreCardImageVerificationSheet
.Declaration
Swift
public enum CardScanSheetError : Error
extension CardScanSheetError: LocalizedError
extension CardScanSheetError: CustomDebugStringConvertible