Uses of Record Class
org.omnifaces.cdi.push.Notification.Message
Packages that use Notification.Message
-
Uses of Notification.Message in org.omnifaces.cdi.push
Methods in org.omnifaces.cdi.push that return Notification.MessageModifier and TypeMethodDescriptionstatic Notification.MessageNotification.createNotificationMessage(String title) Creates a notification message with only a title for use withPushContext.send().static Notification.MessageNotification.createNotificationMessage(String title, String body) Creates a notification message for use withPushContext.send().static Notification.MessageNotification.createNotificationMessage(String title, String body, String url) Creates a notification message with a navigation URL for use withPushContext.send().