ChatUIKitActionType enum
Values
- avatar → const ChatUIKitActionType
- reaction → const ChatUIKitActionType
- copy → const ChatUIKitActionType
- reply → const ChatUIKitActionType
- forward → const ChatUIKitActionType
- multiSelect → const ChatUIKitActionType
- translate → const ChatUIKitActionType
- thread → const ChatUIKitActionType
- edit → const ChatUIKitActionType
- report → const ChatUIKitActionType
- delete → const ChatUIKitActionType
- recall → const ChatUIKitActionType
- photos → const ChatUIKitActionType
- video → const ChatUIKitActionType
- camera → const ChatUIKitActionType
- file → const ChatUIKitActionType
- contactCard → const ChatUIKitActionType
- pinMessage → const ChatUIKitActionType
- members → const ChatUIKitActionType
- destroy → const ChatUIKitActionType
- leave → const ChatUIKitActionType
- create → const ChatUIKitActionType
- transferOwner → const ChatUIKitActionType
- disbandGroup → const ChatUIKitActionType
- mute → const ChatUIKitActionType
- pinConversation → const ChatUIKitActionType
- read → const ChatUIKitActionType
- addContact → const ChatUIKitActionType
- newChat → const ChatUIKitActionType
- cancel → const ChatUIKitActionType
- add → const ChatUIKitActionType
- remove → const ChatUIKitActionType
- more → const ChatUIKitActionType
- save → const ChatUIKitActionType
- custom → const ChatUIKitActionType
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<
ChatUIKitActionType> - A constant List of the values in this enum, in order of their declaration.