Enumerations

The following enumerations are available globally.

  • TPCSDK variant

    See more

    Declaration

    Swift

    @objc
    public enum SdkVariant : Int
  • Card Digitization Result

    See more

    Declaration

    Swift

    @objc
    public enum IsCardDigitizedResult : Int
  • Card payment network

    See more

    Declaration

    Swift

    @objc
    public enum CardScheme : Int
  • Token State

    See more

    Declaration

    Swift

    @objc
    public enum TokenState : Int
  • Card Asset Image size

    See more

    Declaration

    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

    See more

    Declaration

    Swift

    public enum TPCError : Error, Equatable
    extension TPCError: LocalizedError