List<String> com.hyphenate.chat.EMGroup.getAdminList |
( |
| ) |
|
get group admin list
- Returns
int com.hyphenate.chat.EMGroup.getAffiliationsCount |
( |
| ) |
|
String com.hyphenate.chat.EMGroup.getAnnouncement |
( |
| ) |
|
get group announcement
- Returns
List<String> com.hyphenate.chat.EMGroup.getBlackList |
( |
| ) |
|
String com.hyphenate.chat.EMGroup.getDescription |
( |
| ) |
|
get group description
- Returns
String com.hyphenate.chat.EMGroup.getExtension |
( |
| ) |
|
get group customized extension
String com.hyphenate.chat.EMGroup.getGroupId |
( |
| ) |
|
get group id
- Returns
- group id
String com.hyphenate.chat.EMGroup.getGroupName |
( |
| ) |
|
int com.hyphenate.chat.EMGroup.getMaxUserCount |
( |
| ) |
|
max group members capability. It depends on group detail, if not fetch group detail, return 0;
- Returns
int com.hyphenate.chat.EMGroup.getMemberCount |
( |
| ) |
|
get the member count
- Returns
List<String> com.hyphenate.chat.EMGroup.getMembers |
( |
| ) |
|
get the member list
- Returns
List<String> com.hyphenate.chat.EMGroup.getMuteList |
( |
| ) |
|
String com.hyphenate.chat.EMGroup.getOwner |
( |
| ) |
|
get group shared list
- Returns
String com.hyphenate.chat.EMGroup.groupSubject |
( |
| ) |
|
boolean com.hyphenate.chat.EMGroup.isAllowInvites |
( |
| ) |
|
boolean com.hyphenate.chat.EMGroup.isMemberAllowToInvite |
( |
| ) |
|
get if the group member is allow invite the others
- Returns
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
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
boolean com.hyphenate.chat.EMGroup.isMsgBlocked |
( |
| ) |
|
get whether the message is blocked
boolean com.hyphenate.chat.EMGroup.isPublic |
( |
| ) |
|
get if the group is public
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