PRXTriggerEventType Constants Reference
Declared in | PRXTriggerEventType.h |
PRXTriggerEventType
A PRXTriggerEventType represents the type of event that has occurred when the monitoring for triggers produces an event.
Definition
typedef NS_ENUM(NSInteger, PRXTriggerEventType ) {
PRXTriggerEventTypeUserNotified = 1,
PRXTriggerEventTypeUserSelected = 2,
PRXTriggerEventTypeUserConverted = 3,
};
Constants
PRXTriggerEventTypeUserNotified
-
Indicates the user has been notified of the occurrence of a trigger. This might be in the form of a notification, or some alternative UI element.
Declared In
PRXTriggerEventType.h
. PRXTriggerEventTypeUserSelected
-
When the user has already been notified about the occurrence of a trigger, the user then wishes to find out more information.
Declared In
PRXTriggerEventType.h
. PRXTriggerEventTypeUserConverted
-
When the user has already been notified about the occurrence of a trigger and has “clicked-through”, the user has taken an action that is significant to the application such as making a purchase.
Declared In
PRXTriggerEventType.h
.
Declared In
PRXTriggerEventType.h