-
- All Implemented Interfaces:
-
java.io.Serializable,java.lang.Comparable
public enum Batch.EventDispatcher.TypeRepresents the type of the dispatched event in dispatchEvent.Declared under Batch.EventDispatcher to avoid ambiguity with BatchEventData.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description NOTIFICATION_DISPLAYNOTIFICATION_DISMISSNOTIFICATION_OPENMESSAGING_SHOWMESSAGING_CLOSEMESSAGING_AUTO_CLOSEMESSAGING_CLOSE_ERRORMESSAGING_CLICKMESSAGING_WEBVIEW_CLICK
-
Method Summary
Modifier and Type Method Description booleanisNotificationEvent()booleanisMessagingEvent()static Array<Batch.EventDispatcher.Type>values()static Batch.EventDispatcher.TypevalueOf(String name)-
-
Method Detail
-
isNotificationEvent
boolean isNotificationEvent()
-
isMessagingEvent
boolean isMessagingEvent()
-
values
static Array<Batch.EventDispatcher.Type> values()
-
valueOf
static Batch.EventDispatcher.Type valueOf(String name)
-
-
-
-