java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | com.urbanairship.actions.Situation |
An enum representing the possible situations for an Action
.
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Situation | BACKGROUND_NOTIFICATION_ACTION_BUTTON | Situation where an action is triggered from a background notification action button. | |||||||||
Situation | FOREGROUND_NOTIFICATION_ACTION_BUTTON | Situation where an action is triggered from a foreground notification action button. | |||||||||
Situation | MANUAL_INVOCATION | Situation where an action is manually invoked. | |||||||||
Situation | PUSH_OPENED | Situation where an action is triggered when a push is opened. | |||||||||
Situation | PUSH_RECEIVED | Situation where an action is triggered when a push is received. | |||||||||
Situation | WEB_VIEW_INVOCATION | Situation where an action is triggered from a web view. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
static Situation | valueOf(String name) | ||||||||||
final static Situation[] | values() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Situation where an action is triggered from a background notification action button.
Situation where an action is triggered from a foreground notification action button.
Situation where an action is triggered when a push is opened.
Situation where an action is triggered when a push is received.
Situation where an action is triggered from a web view.