Package 

Enum EventType

  • 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
      CUSTOM

      Custom application-specific event not covered above.

      SHARE

      User shares content from the app.

      VIEW_CONTENT

      User views generic content (e.g. article, post).

      VIEW_ITEM

      User views a specific product or item.

      SEARCH

      User performs a search in the app.

      TUTORIAL_COMPLETE

      User completes the onboarding tutorial.

      LEVEL_COMPLETE

      User completes a level (games).

      LEVEL_START

      User starts a new level (games).

      SUBSCRIBE

      User subscribes to a paid plan.

      START_TRIAL

      User starts a free trial.

      INITIATE_CHECKOUT

      Checkout process started.

      ADD_TO_WISHLIST

      Item added to the wishlist.

      ADD_TO_CART

      Item added to the shopping cart.

      PURCHASE

      User completes a purchase (often includes revenue & currency).

      REGISTER

      Alias for SIGN_UP – kept for compatibility with some MMPs.

      SIGN_UP

      User signs up for a new account.

      LOGIN

      User logs in to an existing account.

      INSTALL

      User installs the app (tracked automatically by the SDK).

    • Method Summary

      Modifier and Type Method Description
      final String getName()
      final Integer getOrdinal()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait