Package 

Enum TriggerType

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

    
    public enum TriggerType
    extends Enum<TriggerType>
                        

    Trigger type indicating whether an event was triggered manually by the application or automatically by the SDK itself.

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      AUTOMATIC

      Event triggered automatically by the SDK (e.g., INSTALL events)

      MANUAL

      Event triggered manually by the application via API calls

    • 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