public interface NotificationInfo
| Modifier and Type | Method and Description | 
|---|---|
| String | getUserId()The id of the user to which the notificiation needs to be sent | 
| boolean | isDesktopNotification()Whether the given user needs to receive a desktop notification. | 
| boolean | isMarkAsRead()Whether the message should be marked as read after sending the notification | 
| boolean | isMobileNotification()Whether a mobile notification is needed for the user. | 
String getUserId()
boolean isDesktopNotification()
boolean isMobileNotification()
boolean isMarkAsRead()
Copyright © 2019. All rights reserved.