PLYEventName enum

Inheritance

Constructors

PLYEventName()
const

Values

APP_INSTALLED → const PLYEventName
APP_CONFIGURED → const PLYEventName
APP_UPDATED → const PLYEventName
APP_STARTED → const PLYEventName
CANCELLATION_REASON_PUBLISHED → const PLYEventName
IN_APP_PURCHASING → const PLYEventName
IN_APP_PURCHASED → const PLYEventName
IN_APP_RESTORED → const PLYEventName
IN_APP_DEFERRED → const PLYEventName
IN_APP_PURCHASE_FAILED → const PLYEventName
IN_APP_NOT_AVAILABLE → const PLYEventName
PURCHASE_CANCELLED_BY_APP → const PLYEventName
LOGIN_TAPPED → const PLYEventName
PLAN_SELECTED → const PLYEventName
PRESENTATION_VIEWED → const PLYEventName
PRESENTATION_OPENED → const PLYEventName
PRESENTATION_SELECTED → const PLYEventName
PRESENTATION_LOADED → const PLYEventName
PRESENTATION_CLOSED → const PLYEventName
PROMO_CODE_TAPPED → const PLYEventName
PURCHASE_CANCELLED → const PLYEventName
PURCHASE_TAPPED → const PLYEventName
RESTORE_TAPPED → const PLYEventName
RECEIPT_CREATED → const PLYEventName
RECEIPT_VALIDATED → const PLYEventName
RECEIPT_FAILED → const PLYEventName
RESTORE_STARTED → const PLYEventName
RESTORE_SUCCEEDED → const PLYEventName
RESTORE_FAILED → const PLYEventName
STORE_PRODUCT_FETCH_FAILED → const PLYEventName
SUBSCRIPTION_CONTENT_USED → const PLYEventName
SUBSCRIPTIONS_LIST_VIEWED → const PLYEventName
SUBSCRIPTION_DETAILS_VIEWED → const PLYEventName
SUBSCRIPTION_CANCEL_TAPPED → const PLYEventName
SUBSCRIPTION_PLAN_TAPPED → const PLYEventName
SUBSCRIPTIONS_TRANSFERRED → const PLYEventName
USER_LOGGED_IN → const PLYEventName
USER_LOGGED_OUT → const PLYEventName

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