EventType class

This class defines some basic event types

Constructors

EventType()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

any → const String
Indicates any type of events
channelDeleted → const String
Event sent when a channel is deleted
channelHidden → const String
Event sent when a channel is hidden
channelTruncated → const String
Event sent when a channel is truncated
channelUpdated → const String
Event sent when a channel is updated
channelVisible → const String
Event sent when a channel is visible
connectionChanged → const String
Event sent when the connection status changes
connectionRecovered → const String
Event sent when the connection is recovered
healthCheck → const String
memberAdded → const String
Event sent when a member is added to a channel
memberRemoved → const String
Event sent when a member is removed from a channel
memberUpdated → const String
Event sent when a member is updated in a channel
messageDeleted → const String
Event sent when deleting a new message
messageNew → const String
Event sent when receiving a new message
messageRead → const String
Event sent when reading a message
messageUpdated → const String
Event sent when updating a message
notificationAddedToChannel → const String
Event sent when the user is added to a channel
notificationChannelDeleted → const String
Event sent when a channel is deleted
notificationChannelTruncated → const String
Event sent when a channel is truncated
notificationInviteAccepted → const String
Event sent when the user is accepts an invite
notificationInvited → const String
Event sent when the user is invited
notificationMarkRead → const String
Event sent when the unread count changes
notificationMarkUnread → const String
Event sent when the unread count changes
notificationMessageNew → const String
Event sent when receiving a new message
notificationMutesUpdated → const String
Event sent when the user's mutes list is updated
notificationRemovedFromChannel → const String
Event sent when the user is removed from a channel
reactionDeleted → const String
Event sent when deleting a reaction
reactionNew → const String
Event sent when receiving a new reaction
reactionUpdated → const String
Event sent when updating a reaction
typingStart → const String
Event sent when a user starts typing a message
typingStop → const String
Event sent when a user stops typing a message
userBanned → const String
Event sent when a member is removed to a channel
userUnbanned → const String
Event sent when a member is removed to a channel
userUpdated → const String
Event sent when a user is updated
userWatchingStart → const String
Event sent when a user starts watching a channel
userWatchingStop → const String
Event sent when a user stops watching a channel