CollectionEventSource enum
Indicates the source of an event. isFromEvent is true only when it comes from the socket.
Values
- channelCacheLoadMore → const CollectionEventSource
-
const CollectionEventSource(false) - channelLoadMore → const CollectionEventSource
-
const CollectionEventSource(false) - channelChangeLogs → const CollectionEventSource
-
const CollectionEventSource(false) - channelRefreshed → const CollectionEventSource
-
const CollectionEventSource(false) - eventMentionReceived → const CollectionEventSource
-
const CollectionEventSource(true) - eventChannelChanged → const CollectionEventSource
-
const CollectionEventSource(true) - eventChannelDeleted → const CollectionEventSource
-
const CollectionEventSource(true) - eventUserMuted → const CollectionEventSource
-
const CollectionEventSource(true) - eventUserUnmuted → const CollectionEventSource
-
const CollectionEventSource(true) - eventUserBanned → const CollectionEventSource
-
const CollectionEventSource(true) - eventUserUnbanned → const CollectionEventSource
-
const CollectionEventSource(true) - eventChannelFrozen → const CollectionEventSource
-
const CollectionEventSource(true) - eventChannelUnfrozen → const CollectionEventSource
-
const CollectionEventSource(true) - eventChannelMetaDataCreated → const CollectionEventSource
-
const CollectionEventSource(true) - eventChannelMetaDataUpdated → const CollectionEventSource
-
const CollectionEventSource(true) - eventChannelMetaDataDeleted → const CollectionEventSource
-
const CollectionEventSource(true) - eventChannelMetaCountersCreated → const CollectionEventSource
-
const CollectionEventSource(true) - eventChannelMetaCountersUpdated → const CollectionEventSource
-
const CollectionEventSource(true) - eventChannelMetaCountersDeleted → const CollectionEventSource
-
const CollectionEventSource(true) - eventOperatorUpdated → const CollectionEventSource
-
const CollectionEventSource(true) - eventReadStatusUpdated → const CollectionEventSource
-
const CollectionEventSource(true) - eventUserMarkedRead → const CollectionEventSource
-
eventDetail: List
const CollectionEventSource(true) - eventUserMarkedUnread → const CollectionEventSource
-
eventDetail: List
const CollectionEventSource(true) - eventDeliveryStatusUpdated → const CollectionEventSource
-
const CollectionEventSource(true) - eventTypingStatusUpdated → const CollectionEventSource
-
const CollectionEventSource(true) - eventUserReceivedInvitation → const CollectionEventSource
-
const CollectionEventSource(true) - eventUserDeclinedInvitation → const CollectionEventSource
-
const CollectionEventSource(true) - eventUserJoined → const CollectionEventSource
-
const CollectionEventSource(true) - eventUserLeft → const CollectionEventSource
-
const CollectionEventSource(true) - eventChannelHidden → const CollectionEventSource
-
const CollectionEventSource(true) - eventChannelMemberCountChanged → const CollectionEventSource
-
const CollectionEventSource(true) - eventPinnedMessageUpdated → const CollectionEventSource
-
const CollectionEventSource(true) - messageCacheInitialize → const CollectionEventSource
-
const CollectionEventSource(false) - messageCacheLoadPrevious → const CollectionEventSource
-
const CollectionEventSource(false) - messageCacheLoadNext → const CollectionEventSource
-
const CollectionEventSource(false) - messageInitialize → const CollectionEventSource
-
const CollectionEventSource(false) - messageLoadPrevious → const CollectionEventSource
-
const CollectionEventSource(false) - messageLoadNext → const CollectionEventSource
-
const CollectionEventSource(false) - messageChangeLogs → const CollectionEventSource
-
const CollectionEventSource(false) - pollChangeLogs → const CollectionEventSource
-
const CollectionEventSource(false) - messageFill → const CollectionEventSource
-
const CollectionEventSource(false) - localMessagePendingCreated → const CollectionEventSource
-
const CollectionEventSource(false) - localMessageFailed → const CollectionEventSource
-
const CollectionEventSource(false) - localMessageCanceled → const CollectionEventSource
-
const CollectionEventSource(false) - localMessageResendStarted → const CollectionEventSource
-
const CollectionEventSource(false) - eventMessageSent → const CollectionEventSource
-
const CollectionEventSource(true) - eventMessageReceived → const CollectionEventSource
-
const CollectionEventSource(true) - eventMessageUpdated → const CollectionEventSource
-
const CollectionEventSource(true) - eventMessageDeleted → const CollectionEventSource
-
const CollectionEventSource(true) - eventReactionUpdated → const CollectionEventSource
-
const CollectionEventSource(true) - eventThreadInfoUpdated → const CollectionEventSource
-
const CollectionEventSource(true) - eventPollVoted → const CollectionEventSource
-
const CollectionEventSource(true) - eventPollUpdated → const CollectionEventSource
-
const CollectionEventSource(true)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- isFromEvent → bool
-
Whether this source came from the real-time event.
final
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - 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
-
values
→ const List<
CollectionEventSource> - A constant List of the values in this enum, in order of their declaration.