CollectionEventSource enum
Indicates the source of an event. isFromEvent is true only when it comes from the socket.
Constructors
- CollectionEventSource(bool isFromEvent)
-
const
Values
- channelLoadMore → const CollectionEventSource
-
CollectionEventSource(false)
- channelChangeLogs → const CollectionEventSource
-
CollectionEventSource(false)
- eventMentionReceived → const CollectionEventSource
-
CollectionEventSource(true)
- eventChannelChanged → const CollectionEventSource
-
CollectionEventSource(true)
- eventChannelDeleted → const CollectionEventSource
-
CollectionEventSource(true)
- eventUserMuted → const CollectionEventSource
-
CollectionEventSource(true)
- eventUserUnmuted → const CollectionEventSource
-
CollectionEventSource(true)
- eventUserBanned → const CollectionEventSource
-
CollectionEventSource(true)
- eventUserUnbanned → const CollectionEventSource
-
CollectionEventSource(true)
- eventChannelFrozen → const CollectionEventSource
-
CollectionEventSource(true)
- eventChannelUnfrozen → const CollectionEventSource
-
CollectionEventSource(true)
- eventChannelMetaDataCreated → const CollectionEventSource
-
CollectionEventSource(true)
- eventChannelMetaDataUpdated → const CollectionEventSource
-
CollectionEventSource(true)
- eventChannelMetaDataDeleted → const CollectionEventSource
-
CollectionEventSource(true)
- eventChannelMetaCountersCreated → const CollectionEventSource
-
CollectionEventSource(true)
- eventChannelMetaCountersUpdated → const CollectionEventSource
-
CollectionEventSource(true)
- eventChannelMetaCountersDeleted → const CollectionEventSource
-
CollectionEventSource(true)
- eventOperatorUpdated → const CollectionEventSource
-
CollectionEventSource(true)
- eventReadStatusUpdated → const CollectionEventSource
-
CollectionEventSource(true)
- eventDeliveryStatusUpdated → const CollectionEventSource
-
CollectionEventSource(true)
- eventTypingStatusUpdated → const CollectionEventSource
-
CollectionEventSource(true)
- eventUserReceivedInvitation → const CollectionEventSource
-
CollectionEventSource(true)
- eventUserDeclinedInvitation → const CollectionEventSource
-
CollectionEventSource(true)
- eventUserJoined → const CollectionEventSource
-
CollectionEventSource(true)
- eventUserLeft → const CollectionEventSource
-
CollectionEventSource(true)
- eventChannelHidden → const CollectionEventSource
-
CollectionEventSource(true)
- eventChannelMemberCountChanged → const CollectionEventSource
-
CollectionEventSource(true)
- eventPinnedMessageUpdated → const CollectionEventSource
-
CollectionEventSource(true)
- messageInitialize → const CollectionEventSource
-
CollectionEventSource(false)
- messageLoadPrevious → const CollectionEventSource
-
CollectionEventSource(false)
- messageLoadNext → const CollectionEventSource
-
CollectionEventSource(false)
- messageChangeLogs → const CollectionEventSource
-
CollectionEventSource(false)
- pollChangeLogs → const CollectionEventSource
-
CollectionEventSource(false)
- messagesGap → const CollectionEventSource
-
CollectionEventSource(false)
- eventMessageSent → const CollectionEventSource
-
CollectionEventSource(true)
- eventMessageReceived → const CollectionEventSource
-
CollectionEventSource(true)
- eventMessageUpdated → const CollectionEventSource
-
CollectionEventSource(true)
- eventMessageDeleted → const CollectionEventSource
-
CollectionEventSource(true)
- eventReactionUpdated → const CollectionEventSource
-
CollectionEventSource(true)
- eventThreadInfoUpdated → const CollectionEventSource
-
CollectionEventSource(true)
- eventPollVoted → const CollectionEventSource
-
CollectionEventSource(true)
- eventPollUpdated → const CollectionEventSource
-
CollectionEventSource(true)
Properties
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- index → int
-
A numeric identifier for the enumerated value.
read-onlyinherited
- isFromEvent → bool
-
Whether this source came from the real-time event.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
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
-
values
→ const List<
CollectionEventSource> -
A constant List of the values in this enum, in order of their declaration.
[channelLoadMore, channelChangeLogs, eventMentionReceived, eventChannelChanged, eventChannelDeleted, eventUserMuted, eventUserUnmuted, eventUserBanned, eventUserUnbanned, eventChannelFrozen, eventChan…