toggle menu
stream-chat-android
6.6.0
androidJvm
switch theme
search in API
stream-chat-android-client
/
io.getstream.chat.android.client.events
/
CidEvent
Cid
Event
sealed
class
CidEvent
:
ChatEvent
Inheritors
ChannelDeletedEvent
ChannelHiddenEvent
ChannelTruncatedEvent
ChannelUpdatedEvent
ChannelUpdatedByUserEvent
ChannelVisibleEvent
MemberAddedEvent
MemberRemovedEvent
MemberUpdatedEvent
MessageDeletedEvent
MessageReadEvent
MessageUpdatedEvent
NewMessageEvent
NotificationAddedToChannelEvent
NotificationChannelDeletedEvent
NotificationChannelTruncatedEvent
NotificationInviteAcceptedEvent
NotificationInviteRejectedEvent
NotificationInvitedEvent
NotificationMarkReadEvent
NotificationMarkUnreadEvent
NotificationMessageNewEvent
NotificationThreadMessageNewEvent
NotificationRemovedFromChannelEvent
ReactionDeletedEvent
ReactionNewEvent
ReactionUpdateEvent
TypingStartEvent
TypingStopEvent
ChannelUserBannedEvent
UserStartWatchingEvent
UserStopWatchingEvent
ChannelUserUnbannedEvent
PollUpdatedEvent
PollDeletedEvent
PollClosedEvent
VoteCastedEvent
AnswerCastedEvent
VoteChangedEvent
VoteRemovedEvent
Members
Members & Extensions
Properties
channel
Id
Link copied to clipboard
abstract
val
channelId
:
String
channel
Type
Link copied to clipboard
abstract
val
channelType
:
String
cid
Link copied to clipboard
abstract
val
cid
:
String
Inherited properties
created
At
Link copied to clipboard
abstract
val
createdAt
:
Date
raw
Created
At
Link copied to clipboard
abstract
val
rawCreatedAt
:
String
?
seq
Link copied to clipboard
val
seq
:
Int
type
Link copied to clipboard
abstract
val
type
:
String
Inherited functions
enrich
If
Needed
Link copied to clipboard
fun
ChatEvent
.
enrichIfNeeded
(
)
:
ChatEvent