Public Member Functions | |
| int | getValue () |
Static Public Member Functions | |
| static int | toNativeMask (EnumSet< EMGroupConfigsType > types) |
Public Attributes | |
| IS_PUBLIC =(1 << 0) | |
| JOIN_APPROVAL_REQUIRED =(1 << 1) | |
| ALLOW_INVITES =(1 << 2) | |
| MAX_USERS =(1 << 3) | |
| INVITE_NEED_CONFIRM =(1 << 4) | |
| EXT =(1 << 5) | |
The field types that can be updated when batch updating group configs.
| int com.hyphenate.chat.EMGroupManager.EMGroupConfigsType.getValue | ( | ) |
Gets the native mask value of the config field.
|
static |
Converts the config field type set to a native mask.
| types | The config field type set. Available values include IS_PUBLIC, JOIN_APPROVAL_REQUIRED, ALLOW_INVITES, MAX_USERS, INVITE_NEED_CONFIRM, and EXT. |
| com.hyphenate.chat.EMGroupManager.EMGroupConfigsType.ALLOW_INVITES =(1 << 2) |
Whether group members are allowed to invite users to a private group.
| com.hyphenate.chat.EMGroupManager.EMGroupConfigsType.EXT =(1 << 5) |
The group extension information.
| com.hyphenate.chat.EMGroupManager.EMGroupConfigsType.INVITE_NEED_CONFIRM =(1 << 4) |
Whether invitation confirmation is required.
| com.hyphenate.chat.EMGroupManager.EMGroupConfigsType.IS_PUBLIC =(1 << 0) |
Whether the group is public.
| com.hyphenate.chat.EMGroupManager.EMGroupConfigsType.JOIN_APPROVAL_REQUIRED =(1 << 1) |
Whether joining a public group requires approval.
| com.hyphenate.chat.EMGroupManager.EMGroupConfigsType.MAX_USERS =(1 << 3) |
The maximum number of members in a group.