WalletAction
Action for opening Android Pay deep links.
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 Names: DEFAULT_NAMES
Default Registration Predicate: none
Functions
Inherited functions
Link copied to clipboard
Called after the action performs.
Link copied to clipboard
Called before an action is performed.
Link copied to clipboard
Performs the action, with pre/post execution calls, if it accepts the provided arguments.
Link copied to clipboard
Determines which thread runs the action.