{namespace neos=Neos\Neos\ViewHelpers}
Message



Options

On desktop, a notification is only displayed for a short period of time. On Android, notifications are shown until the user interacts with it.

To get the same behaviour on desktop and mobile you can set this option to "yes", which means the user must click or dismiss the notification.

When a new notification arrives, by default, it plays a sound, vibrates and wakes up the screen.
Setting the message to silent means that the notification is displayed, but there is none of the default behaviors like sound, vibration and screen wake.

Defining a tag for a notification means that when a new Notification is shown with the same tag, any old notifications with that tag are removed before the new notification is shown.


When using the Tag option, the default behavior of a new notification is that there is no sound, vibration and the screen is kept asleep.
With "Renotify: Yes", a new notification will play a sound, vibrate and wake up the users device.