Enumerations
The following enumerations are available globally.
-
TPCSDK variant
See moreDeclaration
Swift
@objc public enum SdkVariant : Int
-
Card Digitization Result
See moreDeclaration
Swift
@objc public enum IsCardDigitizedResult : Int
-
Card payment network
See moreDeclaration
Swift
@objc public enum CardScheme : Int
-
Token State
See moreDeclaration
Swift
@objc public enum TokenState : Int
-
Card Asset Image size
See moreDeclaration
Swift
@objc public enum CardAssetSize : Int
-
TPC errors.
Note
When error occurs and support is required, it is recommended to include the full error details including underlying errors in the report.
Since
1.4.0
Declaration
Swift
public enum TPCError : Error, Equatable
extension TPCError: LocalizedError