-
- All Implemented Interfaces:
-
io.getstream.chat.android.client.events.UserEvent
public final class NotificationMarkReadEvent extends CidEvent implements UserEvent
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringtypeprivate final DatecreatedAtprivate final Useruserprivate final Stringcidprivate final StringchannelTypeprivate final StringchannelIdprivate final IntegerwatcherCountprivate final IntegertotalUnreadCountprivate final IntegerunreadChannels
-
Method Summary
Modifier and Type Method Description StringgetType()DategetCreatedAt()UsergetUser()StringgetCid()final StringgetChannelType()final StringgetChannelId()final IntegergetWatcherCount()final IntegergetTotalUnreadCount()final IntegergetUnreadChannels()-
-
Method Detail
-
getCreatedAt
Date getCreatedAt()
-
getChannelType
final String getChannelType()
-
getChannelId
final String getChannelId()
-
getWatcherCount
final Integer getWatcherCount()
-
getTotalUnreadCount
final Integer getTotalUnreadCount()
-
getUnreadChannels
final Integer getUnreadChannels()
-
-
-
-