Enum Class EventAction

java.lang.Object
java.lang.Enum<EventAction>
es.situm.sdk.model.geofencing.EventAction
All Implemented Interfaces:
Serializable, Comparable<EventAction>, Constable

public enum EventAction extends Enum<EventAction>
Possible actions for EventOccurrences
See Also:
  • Enum Constant Details

    • EVENT_CLICKED

      public static final EventAction EVENT_CLICKED
      Notifies that the user has clicked a previously seen event.
    • EVENT_CONVERTED

      public static final EventAction EVENT_CONVERTED
      Notifies that a previously seen and clicked event has been converted.
  • Method Details

    • values

      public static EventAction[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static EventAction valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null