ToastAction
An action that displays text in a toast.
Accepted situations: SITUATION_PUSH_OPENED, SITUATION_WEB_VIEW_INVOCATION, SITUATION_MANUAL_INVOCATION, SITUATION_AUTOMATION, SITUATION_BACKGROUND_NOTIFICATION_ACTION_BUTTON, and SITUATION_FOREGROUND_NOTIFICATION_ACTION_BUTTON.
Accepted argument value - A string with the toast text or a map with:
- LENGTH_KEY: int either LENGTH_LONG or LENGTH_SHORT, Optional
- TEXT_KEY: String, Required
Result value: The arguments value.
Default Registration Names: toast_action
Properties
Inherited properties
Link copied to clipboard
Situation where an action is triggered from Action Automation.
Link copied to clipboard
Situation where an action is triggered from a background notification action button.
Link copied to clipboard
Situation where an action is triggered from a foreground notification action button.
Link copied to clipboard
Situation where an action is manually invoked.
Link copied to clipboard
Situation where an action is triggered when a push is opened.
Link copied to clipboard
Situation where an action is triggered when a push is received.
Link copied to clipboard
Situation where an action is triggered from a web view.