java.lang.Object | |||
↳ | com.urbanairship.actions.Action | ||
↳ | com.urbanairship.actions.LandingPageAction | ||
↳ | com.urbanairship.actions.OverlayRichPushMessageAction |
Schedules an inbox-message to display ASAP.
Accepted situations: SITUATION_PUSH_OPENED, SITUATION_WEB_VIEW_INVOCATION,
SITUATION_MANUAL_INVOCATION, SITUATION_AUTOMATION, 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 | Message ID place holder. |
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
OverlayRichPushMessageAction() |
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Uri |
parseUri(ActionArguments arguments)
Parses the ActionArguments for a landing page URI.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Default registry name
Default registry short name
Message ID place holder. Will pull the message ID from the push metadata.
Parses the ActionArguments for a landing page URI.
arguments | The action arguments. |
---|