B4SJourneyEventType Constants Reference
| Declared in | B4SEnums.h |
|---|
B4SJourneyEventType
The type of an event generated within the customer journey
Definition
typedef NS_ENUM(NSInteger, B4SJourneyEventType ) {
B4SJourneyEventType_NOTIFICATION = 0,
B4SJourneyEventType_SHOPIN = 1,
B4SJourneyEventType_SHOPOUT = 2,
B4SJourneyEventType_BEACON = 3,
B4SJourneyEventType_NOTIFICATIONREAD = 4,
B4SJourneyEventType_MANUALTAG = 5,
};
Constants
B4SJourneyEventType_NOTIFICATION-
Notification shown to the user
Declared In
B4SEnums.h. B4SJourneyEventType_SHOPIN-
Shop entry
Declared In
B4SEnums.h. B4SJourneyEventType_SHOPOUT-
Shop exit
Declared In
B4SEnums.h. B4SJourneyEventType_BEACON-
Encounter a beacon (entered in the beacon radio range)
Declared In
B4SEnums.h. B4SJourneyEventType_NOTIFICATIONREAD-
The user has read a notification
Declared In
B4SEnums.h. B4SJourneyEventType_MANUALTAG-
The user navigated to a manual tag within the app
Declared In
B4SEnums.h.
Declared In
B4SEnums.h