GroupProfileWidgetEnum enum
Values
- detailCard → const GroupProfileWidgetEnum
-
The detail card for group.
- memberListTile → const GroupProfileWidgetEnum
-
The tile shows the members in the group.
- groupNotice → const GroupProfileWidgetEnum
-
The entrance to the page editing the group notice.
- groupManage → const GroupProfileWidgetEnum
-
The entrance to the page managing the group. Works only for group owner and group admin.
- searchMessage → const GroupProfileWidgetEnum
-
The entrance to the search page with conversation ID.
- operationDivider → const GroupProfileWidgetEnum
-
The divider between sets of profile widget.
- groupTypeBar → const GroupProfileWidgetEnum
-
Shows the group type, includes "work group", "public group", "meeting group" and "AVChatRoom".
- groupJoiningModeBar → const GroupProfileWidgetEnum
-
Shows and modify the mode or options users add the group. Includes "disallow group joining", "automatic approval" and "admin approval".
- nameCardBar → const GroupProfileWidgetEnum
-
Shows and modify the nickname for user in a specific group, only shows and used in this group, as the name card here.
- muteGroupMessageBar → const GroupProfileWidgetEnum
-
The switch of if mute the message notification from a specific group
- pinedConversationBar → const GroupProfileWidgetEnum
-
The switch of if pin this group to the top in conversation list.
-
The button area, includes "clear chat history", "transfer group owner", "disband group" and "quit group" as default.
- customBuilderOne → const GroupProfileWidgetEnum
-
Custom area, you may define anything you want here.
- customBuilderTwo → const GroupProfileWidgetEnum
-
Custom area, you may define anything you want here.
- customBuilderThree → const GroupProfileWidgetEnum
-
Custom area, you may define anything you want here.
- customBuilderFour → const GroupProfileWidgetEnum
-
Custom area, you may define anything you want here.
- customBuilderFive → const GroupProfileWidgetEnum
-
Custom area, you may define anything you want here.
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<
GroupProfileWidgetEnum> - A constant List of the values in this enum, in order of their declaration.