java.lang.Object | |||
↳ | com.urbanairship.actions.Action | ||
↳ | com.urbanairship.actions.OpenExternalUrlAction | ||
↳ | com.urbanairship.actions.WalletAction |
Action for opening Android Pay deep links.
Accepted situations: SITUATION_PUSH_OPENED, SITUATION_WEB_VIEW_INVOCATION, SITUATION_MANUAL_INVOCATION, SITUATION_AUTOMATION, and SITUATION_FOREGROUND_NOTIFICATION_ACTION_BUTTON.
Accepted argument value types: URL as string
Result value: The URI that was opened.
Default Registration Names: ^w, wallet_action
Default Registration Predicate: none
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | DEFAULT_REGISTRY_NAME | Default registry name | |||||||||
String | DEFAULT_REGISTRY_SHORT_NAME | Default registry short name |
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
WalletAction() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
boolean |
acceptsArguments(ActionArguments arguments)
The open external URL action accepts Strings that can be parsed as URL argument value types.
|
[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
.