CriticalPoints enum
Values
- VISITOR_FETCH_CAMPAIGNS → const CriticalPoints
- VISITOR_AUTHENTICATE → const CriticalPoints
- VISITOR_UNAUTHENTICATE → const CriticalPoints
- VISITOR_SEND_HIT → const CriticalPoints
- VISITOR_SEND_ACTIVATE → const CriticalPoints
- HTTP_CALL → const CriticalPoints
- SDK_BUCKETING_FILE → const CriticalPoints
- SDK_BUCKETING_FILE_ERROR → const CriticalPoints
- GET_CAMPAIGNS_ROUTE_RESPONSE_ERROR → const CriticalPoints
- SEND_BATCH_HIT_ROUTE_RESPONSE_ERROR → const CriticalPoints
- SEND_ACTIVATE_HIT_ROUTE_ERROR → const CriticalPoints
- GET_FLAG_VALUE_FLAG_NOT_FOUND → const CriticalPoints
- VISITOR_EXPOSED_FLAG_NOT_FOUND → const CriticalPoints
- GET_FLAG_VALUE_TYPE_WARNING → const CriticalPoints
- ERROR_CATCHED → const CriticalPoints
- ACCOUNT_SETTINGS → const CriticalPoints
- ACCOUNT_SETTINGS_ERROR → const CriticalPoints
- EMOTIONS_AI_SCORE → const CriticalPoints
- EMOTIONS_AI_SCORE_FROM_LOCAL_CACHE → const CriticalPoints
- EMOTIONS_AI_SCORE_ERROR → const CriticalPoints
- EMOTIONS_AI_VISITOR_EVENT → const CriticalPoints
- EMOTIONS_AI_PAGE_VIEW → const CriticalPoints
- EMOTIONS_AI_PAGE_VIEW_ERROR → const CriticalPoints
- EMOTIONS_AI_VISITOR_EVENT_ERROR → const CriticalPoints
- EMOTIONS_AI_START_COLLECTING → const CriticalPoints
- EMOTIONS_AI_STOP_COLLECTING → const CriticalPoints
- EMOTIONS_AI_START_SCORING → const CriticalPoints
- EMOTIONS_AI_SCORING_FAILED → const CriticalPoints
- EMOTIONS_AI_SCORING_SUCCESS → const CriticalPoints
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
CriticalPoints> - A constant List of the values in this enum, in order of their declaration.