Our users mentioned that there are many types of Notifications (TRAY, SYSTEM, ERROR, etc). To make it consistent, they wanted a single type of notifications for all messages. E.g. no more Tray notifications.
I want to customize this but I noticed that “notifications” is defined in the AppUI class:
Notifications notifications = new WebNotifications(this);
autowireContext(notifications, applicationContext);
setNotifications(notifications);
Is there a way to override “notifications” to use my “customized” version of WebNotifications ?