EventType class Null safety
This class defines some basic event types
Constructors
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent 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
'channel.deleted'
- channelHidden → const String
-
Event sent when a channel is hidden
'channel.hidden'
- channelTruncated → const String
-
Event sent when a channel is truncated
'channel.truncated'
- channelUpdated → const String
-
Event sent when a channel is updated
'channel.updated'
- channelVisible → const String
-
Event sent when a channel is visible
'channel.visible'
- connectionChanged → const String
-
Event sent when the connection status changes
'connection.changed'
- connectionRecovered → const String
-
Event sent when the connection is recovered
'connection.recovered'
- healthCheck → const String
-
'health.check'
- memberAdded → const String
-
Event sent when a member is added to a channel
'member.added'
- memberRemoved → const String
-
Event sent when a member is removed to a channel
'member.removed'
- messageDeleted → const String
-
Event sent when deleting a new message
'message.deleted'
- messageNew → const String
-
Event sent when receiving a new message
'message.new'
- messageRead → const String
-
Event sent when reading a message
'message.read'
- messageUpdated → const String
-
Event sent when updating a message
'message.updated'
- notificationAddedToChannel → const String
-
Event sent when the user is added to a channel
'notification.added_to_channel'
- notificationChannelDeleted → const String
-
Event sent when a channel is deleted
'notification.channel_deleted'
- notificationChannelTruncated → const String
-
Event sent when a channel is truncated
'notification.channel_truncated'
- notificationInviteAccepted → const String
-
Event sent when the user is accepts an invite
'notification.invite_accepted'
- notificationInvited → const String
-
Event sent when the user is invited
'notification.invited'
- notificationMarkRead → const String
-
Event sent when the unread count changes
'notification.mark_read'
- notificationMessageNew → const String
-
Event sent when receiving a new message
'notification.message_new'
- notificationMutesUpdated → const String
-
Event sent when the user's mutes list is updated
'notification.mutes_updated'
- notificationRemovedFromChannel → const String
-
Event sent when the user is removed to a channel
'notification.removed_from_channel'
- reactionDeleted → const String
-
Event sent when deleting a reaction
'reaction.deleted'
- reactionNew → const String
-
Event sent when receiving a new reaction
'reaction.new'
- reactionUpdated → const String
-
Event sent when updating a reaction
'reaction.updated'
- typingStart → const String
-
Event sent when a user starts typing a message
'typing.start'
- typingStop → const String
-
Event sent when a user stops typing a message
'typing.stop'
- userUpdated → const String
-
Event sent when a user is updated
'user.updated'