CriticalPoints enum

Inheritance

Constructors

CriticalPoints()
const

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

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
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.