MPMessageType Constants Reference
| Declared in | MPEnums.h |
|---|
MPMessageType
Message Types
Definition
typedef NS_ENUM(NSUInteger, MPMessageType ) {
MPMessageTypeUnknown = 0,
MPMessageTypeSessionStart = 1,
MPMessageTypeSessionEnd = 2,
MPMessageTypeScreenView = 3,
MPMessageTypeEvent = 4,
MPMessageTypeCrashReport = 5,
MPMessageTypeOptOut = 6,
MPMessageTypeFirstRun = 7,
MPMessageTypePreAttribution = 8,
MPMessageTypePushRegistration = 9,
MPMessageTypeAppStateTransition = 10,
MPMessageTypePushNotification = 11,
MPMessageTypeNetworkPerformance = 12,
MPMessageTypeBreadcrumb = 13,
MPMessageTypeProfile = 14,
MPMessageTypePushNotificationInteraction = 15,
MPMessageTypeCommerceEvent = 16,
MPMessageTypeUserAttributeChange = 17,
MPMessageTypeUserIdentityChange = 18,
MPMessageTypeMedia = 20,
};
Constants
MPMessageTypeUnknown-
Message type unknown - RESERVED, DO NOT USE
Declared In
MPEnums.h. MPMessageTypeSessionStart-
Message type code for a session start
Declared In
MPEnums.h. MPMessageTypeSessionEnd-
Message type code for a session end
Declared In
MPEnums.h. MPMessageTypeScreenView-
Message type code for a screen view
Declared In
MPEnums.h. MPMessageTypeEvent-
Message type code for an event
Declared In
MPEnums.h. MPMessageTypeCrashReport-
Message type code for a crash report
Declared In
MPEnums.h. MPMessageTypeOptOut-
Message type code for opt out
Declared In
MPEnums.h. MPMessageTypeFirstRun-
Message type code for the first time the app is run
Declared In
MPEnums.h. MPMessageTypePreAttribution-
Message type code for attributions
Declared In
MPEnums.h. MPMessageTypePushRegistration-
Message type code for when an app successfully registers to receive push notifications
Declared In
MPEnums.h. MPMessageTypeAppStateTransition-
Message type code for when an app transitions to/from background
Declared In
MPEnums.h. MPMessageTypePushNotification-
Message type code for when an app receives a push notification
Declared In
MPEnums.h. MPMessageTypeNetworkPerformance-
Message type code for logging a network performance measurement
Declared In
MPEnums.h. MPMessageTypeBreadcrumb-
Message type code for leaving a breadcrumb
Declared In
MPEnums.h. MPMessageTypeProfile-
Message type code for profile - RESERVED, DO NOT USE
Declared In
MPEnums.h. MPMessageTypePushNotificationInteraction-
Message type code for when a user interacts with a received push notification
Declared In
MPEnums.h. MPMessageTypeCommerceEvent-
Message type code for a commerce event
Declared In
MPEnums.h. MPMessageTypeUserAttributeChange-
Message type code for a user attribute change
Declared In
MPEnums.h. MPMessageTypeUserIdentityChange-
Message type code for a user identity change
Declared In
MPEnums.h. MPMessageTypeMedia-
Message type code for a media event
Declared In
MPEnums.h.
Declared In
MPEnums.h