-
- All Implemented Interfaces:
-
java.io.Serializable,kotlin.Comparable
public enum EventType extends Enum<EventType>
Standard attribution events supported by the SDK.
The enum constant names follow the widely adopted snake-case notation used by mobile measurement partners (MMPs). The raw value sent over the wire is the enum name itself (e.g.
EventType.ADD_TO_CART.name→ "ADD_TO_CART").For events that have synonymous names (e.g. SIGN_UP/REGISTER), both variants are provided to maximise compatibility with existing integrations.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description CUSTOMCustom application-specific event not covered above.
SHAREUser shares content from the app.
VIEW_CONTENTUser views generic content (e.g. article, post).
VIEW_ITEMUser views a specific product or item.
SEARCHUser performs a search in the app.
TUTORIAL_COMPLETEUser completes the onboarding tutorial.
LEVEL_COMPLETEUser completes a level (games).
LEVEL_STARTUser starts a new level (games).
SUBSCRIBEUser subscribes to a paid plan.
START_TRIALUser starts a free trial.
INITIATE_CHECKOUTCheckout process started.
ADD_TO_WISHLISTItem added to the wishlist.
ADD_TO_CARTItem added to the shopping cart.
PURCHASEUser completes a purchase (often includes revenue & currency).
REGISTERAlias for SIGN_UP – kept for compatibility with some MMPs.
SIGN_UPUser signs up for a new account.
LOGINUser logs in to an existing account.
INSTALLUser installs the app (tracked automatically by the SDK).
-
Method Summary
Modifier and Type Method Description final StringgetName()final IntegergetOrdinal()-
-
Method Detail
-
getOrdinal
final Integer getOrdinal()
-
-
-
-