public class EMGroup extends EMEntity
限定符和类型 | 类和说明 |
---|---|
class |
EMGroup.Affiliation |
EMEntity.EntityType
构造器和说明 |
---|
EMGroup(String groupId,
String name,
String description,
boolean isPublic,
boolean needApproveToJoin,
boolean canMemberInviteOthers,
String owner,
int maxMembers,
int affiliationsCount,
String[] groupMembers,
boolean isMute,
String custom,
boolean isDisabled,
String avatar) |
限定符和类型 | 方法和说明 |
---|---|
EMGroup.Affiliation |
getAffiliations() |
int |
getAffiliationsCount() |
String |
getAvatar() |
boolean |
getCanMemberInviteOthers() |
String |
getCustom() |
String |
getDescription() |
String |
getGroupId() |
boolean |
getIsDisabled() |
boolean |
getIsMute() |
boolean |
getIsPublic() |
int |
getMaxMembers() |
String |
getName() |
boolean |
getNeedApproveToJoin() |
String |
getOwner() |
static void |
validateGroupId(String groupId) |
public static void validateGroupId(String groupId)
public String getGroupId()
public String getName()
public String getDescription()
public boolean getIsPublic()
public boolean getNeedApproveToJoin()
public boolean getCanMemberInviteOthers()
public String getOwner()
public int getMaxMembers()
public int getAffiliationsCount()
public EMGroup.Affiliation getAffiliations()
public boolean getIsMute()
public String getCustom()
public boolean getIsDisabled()
public String getAvatar()
Copyright © 2024. All rights reserved.