DeepLinkAction
class DeepLinkAction(onDeepLink: (String) -> Boolean = {
Airship.deepLink(deepLink = it)
}, contextProvider: () -> Context = {
Airship.application
}) : Action(source)
Action for opening a deep link.
Accepted situations: Action.Situation.PUSH_OPENED, Action.Situation.WEB_VIEW_INVOCATION, Action.Situation.MANUAL_INVOCATION, Action.Situation.AUTOMATION, and Action.Situation.FOREGROUND_NOTIFICATION_ACTION_BUTTON.
Accepted argument value types: URL as string
Result value: The URI that was opened.
Default Registration Name: DEFAULT_NAMES
Default Registration Predicate: none