TDFirstEventModel class
TDUniqueEvent Used to describe the first event. The server uses the event name and #first_check_id to determine if the event was first fired If the event already exists in the system, the current data is ignored. By default, the device ID is used as #first_check_id.
- Inheritance
-
- Object
- TrackEventModel
- TrackFirstEventModel
- TDFirstEventModel
Constructors
-
TDFirstEventModel.new(String eventName, String firstCheckID, Map<
String, dynamic> properties)
Properties
- dateTime ↔ DateTime?
-
getter/setter pairinherited
- eventName ↔ String?
-
getter/setter pairinherited
- eventType ↔ ThinkingAnalyticsTrackEventType?
-
getter/setter pairinherited
- extraID ↔ String?
-
getter/setter pairinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
-
properties
↔ Map<
String, dynamic> ? -
getter/setter pairinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- timeZone ↔ String?
-
getter/setter pairinherited
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