-
- All Implemented Interfaces:
-
io.getstream.chat.android.client.events.HasUnreadCounts,io.getstream.chat.android.client.events.UserEvent
public final class NotificationMarkReadEvent extends CidEvent implements UserEvent, HasUnreadCounts
Triggered when the count of unread messages for a particular channel changes
-
-
Method Summary
Modifier and Type Method Description StringgetType()DategetCreatedAt()UsergetUser()StringgetCid()StringgetChannelType()StringgetChannelId()IntegergetTotalUnreadCount()IntegergetUnreadChannels()-
-
Method Detail
-
getCreatedAt
Date getCreatedAt()
-
getChannelType
String getChannelType()
-
getChannelId
String getChannelId()
-
getTotalUnreadCount
Integer getTotalUnreadCount()
-
getUnreadChannels
Integer getUnreadChannels()
-
-
-
-