Enumerations

The following enumerations are available globally.

  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, MppIntent) {
        MPP_EMPTY_INTENT = 0,
        MPP_PUSH_PROV_MOBILE,
        MPP_PUSH_PROV_ONFILE,
        MPP_PUSH_PROV_CROSS_USER,
        MPP_PUSH_PROV_CROSS_DEVICE
    }

    Swift

    enum MppIntent : Int, @unchecked Sendable
  • Get Tokenization Receipt parameter type.

    See more

    Declaration

    Objective-C

    enum CardDataType : NSInteger {}

    Swift

    enum CardDataType : Int, @unchecked Sendable