-
- All Implemented Interfaces:
-
io.getstream.chat.android.client.events.UserEvent
public final class MessageReadEvent extends CidEvent implements UserEvent
-
-
Method Summary
Modifier and Type Method Description StringgetType()DategetCreatedAt()UsergetUser()StringgetCid()final StringgetChannelType()final StringgetChannelId()final IntegergetWatcherCount()-
-
Method Detail
-
getCreatedAt
Date getCreatedAt()
-
getChannelType
final String getChannelType()
-
getChannelId
final String getChannelId()
-
getWatcherCount
final Integer getWatcherCount()
-
-
-
-