Enumerations

The following enumerations are available globally.

  • Enumeration type for Physical Card Activation method to feedback the intended method of card activation.

    Since

    1.0.0
    See more

    Declaration

    Swift

    public enum CardActivationMethod
  • The asset content type of the card metadata.

    Since

    1.0.0
    See more

    Declaration

    Swift

    public enum CardAssetContentType : String
  • The supported schemes. Only Visa and Mastercard are currently supported.

    Since

    1.0.0
    See more

    Declaration

    Swift

    public enum CardScheme : String
  • Card state.

    Since

    1.0.0
    See more

    Declaration

    Swift

    public enum CardState : String
  • Enumeration type for supported MimeType.

    Since

    1.0.0
    See more

    Declaration

    Swift

    public enum CardMimeType : String, CaseIterable
  • Enumeration type for Card Action which is used to update the card status.

    Since

    1.0.0
    See more

    Declaration

    Swift

    public enum CardAction : String
  • Enumeration type for Card Digitization State which is useful to indicate which UI to display to the end user.

    Since

    1.0.0
    See more

    Declaration

    Swift

    public enum CardDigitizationState
  • The type of events when New/Confirm PIN entered.

    Since

    3.3.0
    See more

    Declaration

    Swift

    public enum PINEvent
  • An enum representing the supported authenticator types.

    Since

    3.0.0
    See more

    Declaration

    Swift

    public enum AuthnType : String