Interface HasUnreadThreadCounts
-
- All Implemented Interfaces:
public interface HasUnreadThreadCountsInterface that marks a ChatEvent as having the information about unread thread counts.
The list of events which contains unread counts:
notification.thread_message_new
-
-
Method Summary
Modifier and Type Method Description abstract IntegergetUnreadThreads()abstract IntegergetUnreadThreadMessages()-
-
Method Detail
-
getUnreadThreads
abstract Integer getUnreadThreads()
-
getUnreadThreadMessages
abstract Integer getUnreadThreadMessages()
-
-
-
-