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