EventType enum

Inheritance

Constructors

EventType()
const

Values

install → const EventType

Install event is fired only once when the app is first installed

sessionStart → const EventType

Session start event used to mark the start of a session, typically when an app comes to foreground

sessionEnd → const EventType

Session end event used to mark the end of a session, typically when an app goes to background

trackEvent → const EventType

Custom event tracking, used to report any of your custom events

trackCustomer → const EventType

Tracking of customers is used to identify a current customer with some identifier

payment → const EventType

Virtual and hard payments

pushToken → const EventType

Event used for registering the push notifications token of the device with Exponea

pushDelivered → const EventType

For tracking that push notification has been delivered

pushOpened → const EventType

For tracking that a push notification has been opened

campaignClick → const EventType

For tracking user interaction with links containing campaign data(deeplinks)

For tracking in-app message related events

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