| Modifier and Type | Method and Description |
|---|---|
static EventType |
EventType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EventType[] |
EventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.common.base.Optional<Set<EventType>> |
Filter.getTypes() |
| Modifier and Type | Method and Description |
|---|---|
Filter.Builder |
Filter.Builder.addType(EventType value) |
Filter.Builder |
Filter.Builder.addTypes(EventType... value) |
| Modifier and Type | Method and Description |
|---|---|
Filter.Builder |
Filter.Builder.addTypes(Set<EventType> value) |
| Modifier and Type | Method and Description |
|---|---|
EventType |
Event.getEventType() |
EventType |
UninstallEvent.getType() |
EventType |
TagChange.getType() |
EventType |
SendEvent.getType() |
EventType |
ScreenViewedEvent.getType() |
EventType |
RichReadEvent.getType() |
EventType |
RichDeliveryEvent.getType() |
EventType |
RichDeleteEvent.getType() |
EventType |
PushBody.getType() |
EventType |
OpenEvent.getType() |
EventType |
LocationEvent.getType() |
EventType |
InAppMessageResolutionEvent.getType() |
EventType |
InAppMessageExpirationEvent.getType() |
EventType |
InAppMessageDisplayEvent.getType() |
EventType |
FirstOpenEvent.getType() |
EventType |
EventBody.getType() |
EventType |
CustomEvent.getType() |
EventType |
ControlEvent.getType() |
EventType |
CloseEvent.getType() |
| Modifier and Type | Method and Description |
|---|---|
Event.Builder |
Event.Builder.setEventType(EventType eventType) |
| Modifier and Type | Method and Description |
|---|---|
EventType |
RegionEvent.getType() |
Copyright © 2016. All rights reserved.