-
- All Implemented Interfaces:
-
us.zoom.contactscenter.api.ZoomCCServiceListener
public interface ZoomCCChatListener implements ZoomCCServiceListener
Callback for chat service
-
-
Method Summary
Modifier and Type Method Description Unit
unreadMsgCountChanged(Integer count)
When the count of unread messages changes, call this method. -
-
Method Detail
-
unreadMsgCountChanged
Unit unreadMsgCountChanged(Integer count)
When the count of unread messages changes, call this method.
- Parameters:
count
- Unread message count.
-
-
-
-