public class NotificationHandler
extends java.lang.Object
| Constructor and Description |
|---|
NotificationHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
handleMessageDeletedNotification(java.util.List<ServerNotification> serverNotifications)
Handle change of message status to 'Read'
|
void |
handleMessageReadNotification(java.util.List<ServerNotification> serverNotifications)
Handle change of message status to 'Read'
|
public void handleMessageReadNotification(java.util.List<ServerNotification> serverNotifications)
serverNotifications - List of server notifications to be processed.public void handleMessageDeletedNotification(java.util.List<ServerNotification> serverNotifications)
serverNotifications - List of server notifications to be processed.