Class NotificationRemovedFromChannelEvent
-
- All Implemented Interfaces:
-
io.getstream.chat.android.client.events.HasChannel,io.getstream.chat.android.client.events.HasMember
public final class NotificationRemovedFromChannelEvent extends CidEvent implements HasMember, HasChannel
Triggered when a user is removed from the list of channel members
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringtypeprivate final DatecreatedAtprivate final StringrawCreatedAtprivate final DatechannelLastMessageAtprivate final Stringcidprivate final StringchannelTypeprivate final StringchannelIdprivate final Channelchannelprivate final Membermemberprivate final Useruserprivate final Integerseq
-
Method Summary
Modifier and Type Method Description StringgetType()DategetCreatedAt()StringgetRawCreatedAt()DategetChannelLastMessageAt()StringgetCid()StringgetChannelType()StringgetChannelId()ChannelgetChannel()MembergetMember()final UsergetUser()-
-
Method Detail
-
getCreatedAt
Date getCreatedAt()
-
getRawCreatedAt
String getRawCreatedAt()
-
getChannelLastMessageAt
Date getChannelLastMessageAt()
-
getChannelType
String getChannelType()
-
getChannelId
String getChannelId()
-
getChannel
Channel getChannel()
-
getMember
Member getMember()
-
getUser
final User getUser()
-
-
-
-