java.lang.Object | ||
↳ | com.urbanairship.actions.Action | |
↳ | com.urbanairship.actions.OpenExternalUrlAction |
![]() |
Action for opening a URL for viewing.
Accepted situations: Situation.PUSH_OPENED, Situation.WEB_VIEW_INVOCATION, Situation.MANUAL_INVOCATION, and Situation.FOREGROUND_NOTIFICATION_ACTION_BUTTON. Accepted argument value types: URL as a string Result value: The URI that was opened. Default Registration Names: ^u, open_external_url_action Default Registration Predicate: noneConstants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | DEFAULT_REGISTRY_NAME | Default registry name | |||||||||
String | DEFAULT_REGISTRY_SHORT_NAME | Default registry short name |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
OpenExternalUrlAction() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
boolean |
acceptsArguments(ActionArguments arguments)
The open external URL action accepts Strings that can be parsed as URL argument value types.
| ||||||||||
ActionResult |
perform(ActionArguments arguments)
Performs the action.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Default registry name
Default registry short name
The open external URL action accepts Strings that can be parsed as URL argument value types.
arguments | The action arguments. |
---|
true
if the action can perform with the arguments,
otherwise false
.
Performs the action.
arguments | The action arguments. |
---|