-
- All Implemented Interfaces:
-
io.getstream.chat.android.client.events.HasChannel,io.getstream.chat.android.client.events.UserEvent
public final class ChannelUpdatedByUserEvent extends CidEvent implements UserEvent, HasChannel
Triggered when a channel is updated by user. Could contain system message.
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringtypeprivate final DatecreatedAtprivate final StringrawCreatedAtprivate final Stringcidprivate final StringchannelTypeprivate final StringchannelIdprivate final Useruserprivate final Messagemessageprivate final Channelchannelprivate final Integerseq
-
Method Summary
Modifier and Type Method Description StringgetType()DategetCreatedAt()StringgetRawCreatedAt()StringgetCid()StringgetChannelType()StringgetChannelId()UsergetUser()final MessagegetMessage()ChannelgetChannel()-
-
Method Detail
-
getCreatedAt
Date getCreatedAt()
-
getRawCreatedAt
String getRawCreatedAt()
-
getChannelType
String getChannelType()
-
getChannelId
String getChannelId()
-
getMessage
final Message getMessage()
-
getChannel
Channel getChannel()
-
-
-
-