Class ChannelUserBannedEvent
-
- All Implemented Interfaces:
-
io.getstream.chat.android.client.events.UserEvent
public final class ChannelUserBannedEvent extends CidEvent implements UserEvent
Triggered when the user is banned from a channel
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringtypeprivate final DatecreatedAtprivate final StringrawCreatedAtprivate final Stringcidprivate final StringchannelTypeprivate final StringchannelIdprivate final Useruserprivate final DatechannelLastMessageAtprivate final Dateexpirationprivate final Booleanshadowprivate final Integerseq
-
Method Summary
Modifier and Type Method Description StringgetType()DategetCreatedAt()StringgetRawCreatedAt()StringgetCid()StringgetChannelType()StringgetChannelId()UsergetUser()DategetChannelLastMessageAt()final DategetExpiration()final BooleangetShadow()-
-
Method Detail
-
getCreatedAt
Date getCreatedAt()
-
getRawCreatedAt
String getRawCreatedAt()
-
getChannelType
String getChannelType()
-
getChannelId
String getChannelId()
-
getUser
User getUser()
-
getChannelLastMessageAt
Date getChannelLastMessageAt()
-
getExpiration
final Date getExpiration()
-
-
-
-