java.lang.Object | ||
↳ | com.urbanairship.actions.Action | |
↳ | com.urbanairship.actions.OverlayRichPushMessageAction |
Displays an inbox message in a landing page.
To view messages, the intent will use the actioncom.urbanairship.SHOW_LANDING_PAGE_INTENT_ACTION
with the message ID supplied as the data
in the form of message:<MESSAGE_ID>
.
Accepted situations: Situation.PUSH_OPENED, Situation.WEB_VIEW_INVOCATION,
Situation.MANUAL_INVOCATION, and Situation.FOREGROUND_NOTIFICATION_ACTION_BUTTON.
Accepted argument values: The specified message ID, or "auto"
to look for the message ID in the getMetadata()
.
Result value: null
Default Registration Names: ^mco, open_mc_overlay_action
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | DEFAULT_REGISTRY_NAME | Default registry name | |||||||||
String | DEFAULT_REGISTRY_SHORT_NAME | Default registry short name | |||||||||
String | MESSAGE_ID_PLACEHOLDER |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
OverlayRichPushMessageAction() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
boolean |
acceptsArguments(ActionArguments arguments)
Called before an action is performed to determine if the
the action can accept the arguments.
| ||||||||||
ActionResult |
perform(ActionArguments arguments)
Performs the action.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Default registry name
Default registry short name
Called before an action is performed to determine if the the action can accept the arguments.
arguments | The action arguments. |
---|
true
if the action can perform with the arguments,
otherwise false
.
Performs the action.
arguments | The action arguments. |
---|