BranchStandardEvent enum

Inheritance

Constructors

BranchStandardEvent()
const

Values

ADD_TO_CART → const BranchStandardEvent
ADD_TO_WISHLIST → const BranchStandardEvent
VIEW_CART → const BranchStandardEvent
INITIATE_PURCHASE → const BranchStandardEvent
ADD_PAYMENT_INFO → const BranchStandardEvent
PURCHASE → const BranchStandardEvent
SPEND_CREDITS → const BranchStandardEvent
CLICK_AD → const BranchStandardEvent
RESERVE → const BranchStandardEvent
VIEW_AD → const BranchStandardEvent
VIEW_ITEM → const BranchStandardEvent
VIEW_ITEMS → const BranchStandardEvent
RATE → const BranchStandardEvent
SHARE → const BranchStandardEvent
INITIATE_STREAM → const BranchStandardEvent
COMPLETE_STREAM → const BranchStandardEvent
COMPLETE_REGISTRATION → const BranchStandardEvent
COMPLETE_TUTORIAL → const BranchStandardEvent
ACHIEVE_LEVEL → const BranchStandardEvent
UNLOCK_ACHIEVEMENT → const BranchStandardEvent
INVITE → const BranchStandardEvent
LOGIN → const BranchStandardEvent
START_TRIAL → const BranchStandardEvent
SUBSCRIBE → const BranchStandardEvent

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