ThinkingAnalyticsAutoTrackType enum

Thinking Analytics Auto Track Type.

A List of ThinkingAnalyticsAutoTrackType can be passed to enableAutoTrack to enable auto track.

Inheritance

Constructors

ThinkingAnalyticsAutoTrackType()
const

Values

APP_START → const ThinkingAnalyticsAutoTrackType

An event named ta_app_start will be tracked when your App enter foreground.

APP_END → const ThinkingAnalyticsAutoTrackType

An event named ta_app_end will be tracked when your App enter foreground.

APP_INSTALL → const ThinkingAnalyticsAutoTrackType

An event named ta_app_install will be tracked when your App be first opened after installed.

APP_CRASH → const ThinkingAnalyticsAutoTrackType

An event named ta_app_crash will be tracked when there is an uncaught exception.

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