public interface UnreadMessagesListener
| Modifier and Type | Method and Description |
|---|---|
void |
onUnreadMessageCountChanged(int unreadMessages)
This method is called if the number of unread messages waiting to be viewed by your customer
increases or decreases.
|
void onUnreadMessageCountChanged(int unreadMessages)
unreadMessages - The total number of unread messages waiting to be viewed by the user.