TEALDispatchType Constants Reference
Declared in | TEALDispatch.h |
---|
TEALDispatchType
Types of available dispatches
Definition
typedef NS_ENUM(NSUInteger, TEALDispatchType ) {
TEALDispatchTypeActivity,
TEALDispatchTypeDerived,
TEALDispatchTypeView,
TEALDispatchTypeInteraction,
TEALDispatchTypeConversion,
};
Constants
TEALDispatchTypeActivity
-
Dispatch type used to track monitiored behavioral actions.
Declared In
TEALDispatch.h
. TEALDispatchTypeDerived
-
Dispatch type that represents data about the user that was infered.
Declared In
TEALDispatch.h
. TEALDispatchTypeView
-
Dispatch for view / screen appearances only.
Declared In
TEALDispatch.h
. TEALDispatchTypeInteraction
-
Dispatch type when an event represents the interaction between a user and an external resource
Declared In
TEALDispatch.h
. TEALDispatchTypeConversion
-
Dispatch type that represents events that dictate that a desired goal has been reached
Declared In
TEALDispatch.h
.
Declared In
TEALDispatch.h