hyphenate_SDK3.0
3.5.6
hyphenatejavaIMSDK
|
Public Member Functions | |
EMGroup (EMAGroup group) | |
String | getGroupId () |
String | getGroupName () |
String | getDescription () |
boolean | isPublic () |
boolean | isAllowInvites () |
boolean | isMemberAllowToInvite () |
boolean | isMembersOnly () |
boolean | isMemberOnly () |
int | getMaxUserCount () |
boolean | isMsgBlocked () |
String | getOwner () |
String | groupSubject () |
List< String > | getMembers () |
int | getMemberCount () |
String | toString () |
List< String > | getAdminList () |
List< String > | getBlackList () |
List< String > | getMuteList () |
String | getExtension () |
String | getAnnouncement () |
List< EMMucSharedFile > | getShareFileList () |
![]() | |
boolean | equals (Object o) |
int | hashCode () |
Additional Inherited Members | |
![]() | |
T | emaObject |
Group
List<String> com.hyphenate.chat.EMGroup.getAdminList | ( | ) |
get group admin list
String com.hyphenate.chat.EMGroup.getAnnouncement | ( | ) |
get group announcement
List<String> com.hyphenate.chat.EMGroup.getBlackList | ( | ) |
get blacklist
String com.hyphenate.chat.EMGroup.getDescription | ( | ) |
get group description
String com.hyphenate.chat.EMGroup.getExtension | ( | ) |
get group customized extension
String com.hyphenate.chat.EMGroup.getGroupId | ( | ) |
get group id
String com.hyphenate.chat.EMGroup.getGroupName | ( | ) |
get group name
int com.hyphenate.chat.EMGroup.getMaxUserCount | ( | ) |
max group members capability. It depends on group detail, if not fetch group detail, return 0;
int com.hyphenate.chat.EMGroup.getMemberCount | ( | ) |
get the member count
List<String> com.hyphenate.chat.EMGroup.getMembers | ( | ) |
get the member list
List<String> com.hyphenate.chat.EMGroup.getMuteList | ( | ) |
get group mute list
String com.hyphenate.chat.EMGroup.getOwner | ( | ) |
get the owner
List<EMMucSharedFile> com.hyphenate.chat.EMGroup.getShareFileList | ( | ) |
get group shared list
String com.hyphenate.chat.EMGroup.groupSubject | ( | ) |
Subject of the group
boolean com.hyphenate.chat.EMGroup.isAllowInvites | ( | ) |
get if the group member is allow invite the others
boolean com.hyphenate.chat.EMGroup.isMemberAllowToInvite | ( | ) |
get if the group member is allow invite the others
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
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
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