-
- All Implemented Interfaces:
-
io.getstream.chat.android.client.events.UserEvent
public final class MessageReadEvent extends CidEvent implements UserEvent
Triggered when a channel is marked as read
-
-
Method Summary
Modifier and Type Method Description StringgetType()DategetCreatedAt()UsergetUser()StringgetCid()StringgetChannelType()StringgetChannelId()-
-
Method Detail
-
getCreatedAt
Date getCreatedAt()
-
getChannelType
String getChannelType()
-
getChannelId
String getChannelId()
-
-
-
-