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 Useruserprivate final Stringcidprivate final StringchannelTypeprivate final StringchannelIdprivate final Channelchannelprivate final Membermember
-
Method Summary
Modifier and Type Method Description StringgetType()DategetCreatedAt()StringgetRawCreatedAt()final UsergetUser()StringgetCid()StringgetChannelType()StringgetChannelId()ChannelgetChannel()MembergetMember()-
-
Method Detail
-
getCreatedAt
Date getCreatedAt()
-
getRawCreatedAt
String getRawCreatedAt()
-
getUser
final User getUser()
-
getChannelType
String getChannelType()
-
getChannelId
String getChannelId()
-
getChannel
Channel getChannel()
-
getMember
Member getMember()
-
-
-
-