◆ getAdminList()
List< String > com.hyphenate.chat.EMGroup.getAdminList |
( |
| ) |
|
get group admin list
- Returns
◆ getAnnouncement()
String com.hyphenate.chat.EMGroup.getAnnouncement |
( |
| ) |
|
get group announcement
- Returns
◆ getBlackList()
List< String > com.hyphenate.chat.EMGroup.getBlackList |
( |
| ) |
|
◆ getDescription()
String com.hyphenate.chat.EMGroup.getDescription |
( |
| ) |
|
get group description
- Returns
◆ getExtension()
String com.hyphenate.chat.EMGroup.getExtension |
( |
| ) |
|
get group customized extension
◆ getGroupId()
String com.hyphenate.chat.EMGroup.getGroupId |
( |
| ) |
|
get group id
- Returns
- group id
◆ getGroupName()
String com.hyphenate.chat.EMGroup.getGroupName |
( |
| ) |
|
◆ getGroupPermissionType()
get the current user's role in group
- Returns
◆ getMaxUserCount()
int com.hyphenate.chat.EMGroup.getMaxUserCount |
( |
| ) |
|
max group members capability. It depends on group detail, if not fetch group detail, return 0;
- Returns
◆ getMemberCount()
int com.hyphenate.chat.EMGroup.getMemberCount |
( |
| ) |
|
get the member count
- Returns
◆ getMembers()
List< String > com.hyphenate.chat.EMGroup.getMembers |
( |
| ) |
|
get the member list
- Returns
◆ getMuteList()
List< String > com.hyphenate.chat.EMGroup.getMuteList |
( |
| ) |
|
◆ getOwner()
String com.hyphenate.chat.EMGroup.getOwner |
( |
| ) |
|
◆ getShareFileList()
get group shared list
- Returns
◆ getWhiteList()
List< String > com.hyphenate.chat.EMGroup.getWhiteList |
( |
| ) |
|
return white list
- Returns
◆ groupSubject()
String com.hyphenate.chat.EMGroup.groupSubject |
( |
| ) |
|
◆ isAllMemberMuted()
boolean com.hyphenate.chat.EMGroup.isAllMemberMuted |
( |
| ) |
|
return if all member muted
- Returns
◆ isAllowInvites()
boolean com.hyphenate.chat.EMGroup.isAllowInvites |
( |
| ) |
|
◆ isMemberAllowToInvite()
boolean com.hyphenate.chat.EMGroup.isMemberAllowToInvite |
( |
| ) |
|
get if the group member is allow invite the others
- Returns
◆ isMemberOnly()
boolean com.hyphenate.chat.EMGroup.isMemberOnly |
( |
| ) |
|
members can not auto join the group, need join group application approved or received invitation corresponding group style is EMGroupStylePublicOpenJoin
- Returns
◆ isMembersOnly()
boolean com.hyphenate.chat.EMGroup.isMembersOnly |
( |
| ) |
|
members can not auto join the group, need join group application approved or received invitation corresponding group style is EMGroupStylePublicOpenJoin
- Returns
- Deprecated:
- use EMGroup#isMemberOnly() instead
◆ isMsgBlocked()
boolean com.hyphenate.chat.EMGroup.isMsgBlocked |
( |
| ) |
|
get whether the message is blocked
◆ isPublic()
boolean com.hyphenate.chat.EMGroup.isPublic |
( |
| ) |
|
get if the group is public
◆ toString()
String com.hyphenate.chat.EMGroup.toString |
( |
| ) |
|
return group name or group id, this method can be used for adapter sorting
- Returns
The documentation for this class was generated from the following file:
- hyphenatechatsdk/src/com/hyphenate/chat/EMGroup.java