PLYEventName enum Null safety
Constants
- APP_CONFIGURED → const PLYEventName
-
const PLYEventName(1)
- APP_INSTALLED → const PLYEventName
-
const PLYEventName(0)
- APP_STARTED → const PLYEventName
-
const PLYEventName(3)
- APP_UPDATED → const PLYEventName
-
const PLYEventName(2)
- CANCELLATION_REASON_PUBLISHED → const PLYEventName
-
const PLYEventName(4)
- CAROUSEL_SLIDE_SWIPED → const PLYEventName
-
const PLYEventName(12)
- DEEPLINK_OPENED → const PLYEventName
-
const PLYEventName(13)
- IN_APP_DEFERRED → const PLYEventName
-
const PLYEventName(8)
- IN_APP_NOT_AVAILABLE → const PLYEventName
-
const PLYEventName(10)
- IN_APP_PURCHASE_FAILED → const PLYEventName
-
const PLYEventName(9)
- IN_APP_PURCHASED → const PLYEventName
-
const PLYEventName(6)
- IN_APP_PURCHASING → const PLYEventName
-
const PLYEventName(5)
- IN_APP_RESTORED → const PLYEventName
-
const PLYEventName(7)
- LINK_OPENED → const PLYEventName
-
const PLYEventName(14)
- LOGIN_TAPPED → const PLYEventName
-
const PLYEventName(15)
- PLAN_SELECTED → const PLYEventName
-
const PLYEventName(16)
- PRESENTATION_OPENED → const PLYEventName
-
const PLYEventName(18)
- PRESENTATION_SELECTED → const PLYEventName
-
const PLYEventName(19)
- PRESENTATION_VIEWED → const PLYEventName
-
const PLYEventName(17)
- PROMO_CODE_TAPPED → const PLYEventName
-
const PLYEventName(20)
- PURCHASE_CANCELLED → const PLYEventName
-
const PLYEventName(21)
- PURCHASE_CANCELLED_BY_APP → const PLYEventName
-
const PLYEventName(11)
- PURCHASE_TAPPED → const PLYEventName
-
const PLYEventName(22)
- RECEIPT_CREATED → const PLYEventName
-
const PLYEventName(24)
- RECEIPT_FAILED → const PLYEventName
-
const PLYEventName(26)
- RECEIPT_VALIDATED → const PLYEventName
-
const PLYEventName(25)
- RESTORE_FAILED → const PLYEventName
-
const PLYEventName(29)
- RESTORE_STARTED → const PLYEventName
-
const PLYEventName(27)
- RESTORE_SUCCEEDED → const PLYEventName
-
const PLYEventName(28)
- RESTORE_TAPPED → const PLYEventName
-
const PLYEventName(23)
- SUBSCRIPTION_CANCEL_TAPPED → const PLYEventName
-
const PLYEventName(32)
- SUBSCRIPTION_DETAILS_VIEWED → const PLYEventName
-
const PLYEventName(31)
- SUBSCRIPTION_PLAN_TAPPED → const PLYEventName
-
const PLYEventName(33)
- SUBSCRIPTIONS_LIST_VIEWED → const PLYEventName
-
const PLYEventName(30)
- SUBSCRIPTIONS_TRANSFERRED → const PLYEventName
-
const PLYEventName(34)
- USER_LOGGED_IN → const PLYEventName
-
const PLYEventName(35)
- USER_LOGGED_OUT → const PLYEventName
-
const PLYEventName(36)
-
values
→ const List<
PLYEventName> -
A constant List of the values in this enum, in order of their declaration.
const List<
PLYEventName>
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited