Enumerations

The following enumerations are available globally.

  • Get Tokenization Receipt parameter type.

    See more

    Declaration

    Objective-C

    enum CardDataType : NSInteger {}
  • 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
    }