MyUserEventKind enum
Possible kinds of MyUserEvent.
Values
- avatarDeleted → const MyUserEventKind
- avatarUpdated → const MyUserEventKind
- bioUpdated → const MyUserEventKind
- bioDeleted → const MyUserEventKind
- callCoverDeleted → const MyUserEventKind
- callCoverUpdated → const MyUserEventKind
- cameOffline → const MyUserEventKind
- cameOnline → const MyUserEventKind
- deleted → const MyUserEventKind
- directLinkDeleted → const MyUserEventKind
- directLinkUpdated → const MyUserEventKind
- emailAdded → const MyUserEventKind
- emailDeleted → const MyUserEventKind
- loginDeleted → const MyUserEventKind
- loginUpdated → const MyUserEventKind
- nameDeleted → const MyUserEventKind
- nameUpdated → const MyUserEventKind
- passwordUpdated → const MyUserEventKind
- phoneAdded → const MyUserEventKind
- phoneDeleted → const MyUserEventKind
- presenceUpdated → const MyUserEventKind
- statusDeleted → const MyUserEventKind
- statusUpdated → const MyUserEventKind
- unmuted → const MyUserEventKind
- unreadChatsCountUpdated → const MyUserEventKind
- userMuted → const MyUserEventKind
- welcomeMessageDeleted → const MyUserEventKind
- welcomeMessageUpdated → const MyUserEventKind
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- 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<
MyUserEventKind> - A constant List of the values in this enum, in order of their declaration.