Package 

Enum EventCategory

  • All Implemented Interfaces:
    java.io.Serializable , kotlin.Comparable

    
    public enum EventCategory
    extends Enum<EventCategory>
                        

    Event category indicating whether an event is a predefined standard event or a custom application-specific event.

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      CUSTOM

      Custom application-specific events

      STANDARD

      Predefined standard events (LOGIN, PURCHASE, etc.)

    • 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