ThinkingAnalyticsMode enum

Thinking Analytics instance mode.

It could be passed to getInstance as a parameter to set the native instance mode.

Inheritance

Constructors

ThinkingAnalyticsMode()
const

Values

NORMAL → const ThinkingAnalyticsMode

All data will be cached in device and posted to server according to certain strategies.

DEBUG → const ThinkingAnalyticsMode

Posts every data to server and throws exception in any unexpected condition.

DEBUG_ONLY → const ThinkingAnalyticsMode

Similar to DEBUG, but no data will be truly saved to server.

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<ThinkingAnalyticsMode>
A constant List of the values in this enum, in order of their declaration.