-
- 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 final Stringcomponent1()final Datecomponent2()final Usercomponent3()final Stringcomponent4()final Stringcomponent5()final Stringcomponent6()final Integercomponent7()final MessageReadEventcopy(String type, Date createdAt, User user, String cid, String channelType, String channelId, Integer watcherCount)StringgetType()DategetCreatedAt()UsergetUser()StringgetCid()final StringgetChannelType()final StringgetChannelId()final IntegergetWatcherCount()-
-
Method Detail
-
component1
final String component1()
-
component2
final Date component2()
-
component3
final User component3()
-
component4
final String component4()
-
component5
final String component5()
-
component6
final String component6()
-
component7
final Integer component7()
-
copy
final MessageReadEvent copy(String type, Date createdAt, User user, String cid, String channelType, String channelId, Integer watcherCount)
-
getCreatedAt
Date getCreatedAt()
-
getChannelType
final String getChannelType()
-
getChannelId
final String getChannelId()
-
getWatcherCount
final Integer getWatcherCount()
-
-
-
-