TencentCloudChatPopupOperationKey enum
Values
- custom → const TencentCloudChatPopupOperationKey
-
You could use this value for your own Modal usage.
- conversationSecondaryMenu → const TencentCloudChatPopupOperationKey
- chooseCountry → const TencentCloudChatPopupOperationKey
- beforeSendScreenShot → const TencentCloudChatPopupOperationKey
- showUserProfileFromChat → const TencentCloudChatPopupOperationKey
- addNewContact → const TencentCloudChatPopupOperationKey
- showBlockedUsers → const TencentCloudChatPopupOperationKey
- chooseContacts → const TencentCloudChatPopupOperationKey
- addFriend → const TencentCloudChatPopupOperationKey
- addGroup → const TencentCloudChatPopupOperationKey
- chooseGroupType → const TencentCloudChatPopupOperationKey
- settings → const TencentCloudChatPopupOperationKey
- contactUs → const TencentCloudChatPopupOperationKey
- aboutUs → const TencentCloudChatPopupOperationKey
- showConditionsAndTerms → const TencentCloudChatPopupOperationKey
- secondaryClickUserAvatar → const TencentCloudChatPopupOperationKey
- forward → const TencentCloudChatPopupOperationKey
- messageReadDetails → const TencentCloudChatPopupOperationKey
- mergerMessageList → const TencentCloudChatPopupOperationKey
- chooseMentionedMembers → const TencentCloudChatPopupOperationKey
- chatHistory → const TencentCloudChatPopupOperationKey
- groupAddOpt → const TencentCloudChatPopupOperationKey
- setMute → const TencentCloudChatPopupOperationKey
- setUnmute → const TencentCloudChatPopupOperationKey
- setAdmins → const TencentCloudChatPopupOperationKey
- deleteAdmin → const TencentCloudChatPopupOperationKey
- groupMembersList → const TencentCloudChatPopupOperationKey
- addGroupMembers → const TencentCloudChatPopupOperationKey
- kickOffGroupMembers → const TencentCloudChatPopupOperationKey
- confirmDeleteMessages → const TencentCloudChatPopupOperationKey
- confirmClearChatHistory → const TencentCloudChatPopupOperationKey
- confirmExitGroup → const TencentCloudChatPopupOperationKey
- confirmDisbandGroup → const TencentCloudChatPopupOperationKey
- confirmGeneral → const TencentCloudChatPopupOperationKey
- unableToSendDueToFolders → const TencentCloudChatPopupOperationKey
- sendResourcesOnDesktop → const TencentCloudChatPopupOperationKey
- searchInChat → const TencentCloudChatPopupOperationKey
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<
TencentCloudChatPopupOperationKey> - A constant List of the values in this enum, in order of their declaration.