hyphenate_SDK4.0 5.0.0
hyphenate java IM SDK
 
Loading...
Searching...
No Matches
com.hyphenate.chat.EMGroupConfigs Class Reference

Public Attributes

int maxUsers = 200
 
boolean isPublic = false
 
boolean joinApprovalRequired = false
 
boolean allowInvites = false
 
boolean inviteNeedConfirm = false
 
String extField
 

Detailed Description

Group property configs to be used when creating or updating a group.

Member Data Documentation

◆ allowInvites

boolean com.hyphenate.chat.EMGroupConfigs.allowInvites = false

Whether group members are allowed to invite users to a private group.

◆ extField

String com.hyphenate.chat.EMGroupConfigs.extField

Group detail extension, which can be in JSON format.

◆ inviteNeedConfirm

boolean com.hyphenate.chat.EMGroupConfigs.inviteNeedConfirm = false

Whether the invitee needs to confirm before joining the group.

◆ isPublic

boolean com.hyphenate.chat.EMGroupConfigs.isPublic = false

Whether the group is public.

◆ joinApprovalRequired

boolean com.hyphenate.chat.EMGroupConfigs.joinApprovalRequired = false

Whether joining a public group requires approval.

◆ maxUsers

int com.hyphenate.chat.EMGroupConfigs.maxUsers = 200

The maximum number of members in a group.


The documentation for this class was generated from the following file: