Class UserStartWatchingEvent
-
- All Implemented Interfaces:
-
io.getstream.chat.android.client.events.HasWatcherCount,io.getstream.chat.android.client.events.UserEvent
public final class UserStartWatchingEvent extends CidEvent implements UserEvent, HasWatcherCount
Triggered when a user starts watching a channel
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringtypeprivate final DatecreatedAtprivate final StringrawCreatedAtprivate final Stringcidprivate final IntegerwatcherCountprivate final StringchannelTypeprivate final StringchannelIdprivate final Useruser
-
Method Summary
Modifier and Type Method Description StringgetType()DategetCreatedAt()StringgetRawCreatedAt()StringgetCid()IntegergetWatcherCount()StringgetChannelType()StringgetChannelId()UsergetUser()-
-
Method Detail
-
getCreatedAt
Date getCreatedAt()
-
getRawCreatedAt
String getRawCreatedAt()
-
getWatcherCount
Integer getWatcherCount()
-
getChannelType
String getChannelType()
-
getChannelId
String getChannelId()
-
getUser
User getUser()
-
-
-
-