Notification show

A decision block that shows a status bar notification.

If the proceed option is set to Immediately, then the notification will be shown without pausing the fiber. If set to When dismissed, then the fiber will pause until the notification has been clicked proceeding through the YES path, or cancelled proceeding through the NO path. When clicked works like When dismissed except the notification will remain shown after it’s been clicked.

If the fiber is already showing a notification, it’s updated with the new information, without replaying its sound and vibration, and blinking light. Use the Fork block to show multiple notification within the same flow.

The notification is removed when the fiber stops, or by using the Notification cancel block. Dismiss a notification by either clicked it, or cancelling it with a left-swipe or the “clear all” button.

On Android 14+ all notifications can be cancelled, therefor the cancellable is ignored. On Android 13 or lower ongoing event notifications can’t be cancelled.

The notification should appear on Wear devices if it’s cancellable and not ongoing.

Options

Input arguments

Output variables