Event enum
Values
- ADD_TO_CART → const Event
- ADD_TO_WISHLIST → const Event
- VIEW_CART → const Event
- INITIATE_PURCHASE → const Event
- ADD_PAYMENT_INFO → const Event
- PURCHASE → const Event
- SPEND_CREDITS → const Event
- SEARCH → const Event
- VIEW_ITEM → const Event
- VIEW_ITEMS → const Event
- RATE → const Event
- SHARE → const Event
- COMPLETE_REGISTRATION → const Event
- COMPLETE_TUTORIAL → const Event
- ACHIEVE_LEVEL → const Event
- UNLOCK_ACHIEVEMENT → const Event
- INVITE → const Event
- LOGIN → const Event
- RESERVE → const Event
- SUBSCRIBE → const Event
- START_TRIAL → const Event
- CLICK_AD → const Event
- VIEW_AD → const Event
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - 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