ChannelEventCategory enum
Represents channel event that comes from socket
Values
- none → const ChannelEventCategory
- join → const ChannelEventCategory
- leave → const ChannelEventCategory
- updateOperators → const ChannelEventCategory
- invite → const ChannelEventCategory
- declineInvite → const ChannelEventCategory
- enter → const ChannelEventCategory
- exit → const ChannelEventCategory
- mute → const ChannelEventCategory
- unmute → const ChannelEventCategory
- ban → const ChannelEventCategory
- unban → const ChannelEventCategory
- frozen → const ChannelEventCategory
- unfrozen → const ChannelEventCategory
- typingStart → const ChannelEventCategory
- typingEnd → const ChannelEventCategory
- propChanged → const ChannelEventCategory
- deleted → const ChannelEventCategory
- metaDataChanged → const ChannelEventCategory
- metaCounterChanged → const ChannelEventCategory
- pinnedMessage → const ChannelEventCategory
Properties
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<
ChannelEventCategory> - A constant List of the values in this enum, in order of their declaration.