java.lang.Object | |||
↳ | com.urbanairship.actions.Action | ||
↳ | com.urbanairship.actions.OpenExternalUrlAction | ||
↳ | com.urbanairship.actions.DeepLinkAction |
Action for opening a deep link.
Accepted situations: Situation.PUSH_OPENED, Situation.WEB_VIEW_INVOCATION, Situation.MANUAL_INVOCATION, and Situation.FOREGROUND_NOTIFICATION_ACTION_BUTTON. Accepted argument value types: URL as string Result value: The URI that was opened. Default Registration Names: ^d, deep_link_action Default Registration Predicate: none This action defaults to theOpenExternalUrlAction
behavior, where it will try to open a deep link using an intent with the
data set to the arguments value.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | DEFAULT_REGISTRY_NAME | Default registry name | |||||||||
String | DEFAULT_REGISTRY_SHORT_NAME | Default registry short name |
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
DeepLinkAction() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Default registry name
Default registry short name