Enum$ActionTypeEnum enum
Values
- LOGIN → const Enum$ActionTypeEnum
- REGISTER → const Enum$ActionTypeEnum
- ORDER_PAID → const Enum$ActionTypeEnum
- APPLE_LOGIN → const Enum$ActionTypeEnum
- UPDATE_USER → const Enum$ActionTypeEnum
- GOOGLE_LOGIN → const Enum$ActionTypeEnum
- LOGIN_FOR_APP → const Enum$ActionTypeEnum
- ORDER_CREATED → const Enum$ActionTypeEnum
- PRODUCT_RATED → const Enum$ActionTypeEnum
- FACEBOOK_LOGIN → const Enum$ActionTypeEnum
- ORDER_CANCELED → const Enum$ActionTypeEnum
- PRODUCT_OPENED → const Enum$ActionTypeEnum
- COUPON_REDEEMED → const Enum$ActionTypeEnum
- LOGIN_BY_TARGET → const Enum$ActionTypeEnum
- LOGIN_FOR_TARGET → const Enum$ActionTypeEnum
- REGISTER_FOR_APP → const Enum$ActionTypeEnum
- PRODUCT_CANCELED → const Enum$ActionTypeEnum
- LINK_USER_ACCOUNT → const Enum$ActionTypeEnum
- VALIDATE_SMS_CODE → const Enum$ActionTypeEnum
- PRODUCT_CONFIRMED → const Enum$ActionTypeEnum
- PRODUCT_DELIVERED → const Enum$ActionTypeEnum
- REGISTER_FOR_TARGET → const Enum$ActionTypeEnum
- LOGGED_OUT_BY_TARGET → const Enum$ActionTypeEnum
- LOGGED_OUT_FOR_TARGET → const Enum$ActionTypeEnum
- SEND_VALIDATION_SMS_LOG → const Enum$ActionTypeEnum
- SEND_VALIDATION_EMAIL_LOG → const Enum$ActionTypeEnum
- VALIDATE_EMAIL_FOR_TARGET → const Enum$ActionTypeEnum
- UPDATE_PASSWORD_FOR_TARGET → const Enum$ActionTypeEnum
- ORDER_CREATED_FOR_GUEST_USER → const Enum$ActionTypeEnum
- EMPTY_SHOPPING_CART_FOR_TARGET → const Enum$ActionTypeEnum
- PRODUCTS_ADDED_TO_SHOPPING_CART → const Enum$ActionTypeEnum
- REGISTER_FOR_TARGET_WITH_ONBOARD → const Enum$ActionTypeEnum
- SEND_FORGOT_PASSWORD_SMS_TO_TARGET → const Enum$ActionTypeEnum
- PRODUCTS_REMOVED_FROM_SHOPPING_CART → const Enum$ActionTypeEnum
- SEND_FORGOT_PASSWORD_MAIL_TO_TARGET → const Enum$ActionTypeEnum
- ORDER_CREATED_AND_USER_REGISTERED_FOR_TARGET → const Enum$ActionTypeEnum
- $unknown → const Enum$ActionTypeEnum
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
-
toJson(
) → String -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
Enum$ActionTypeEnum> - A constant List of the values in this enum, in order of their declaration.