|
hyphenate_SDK3.0
3.8.1
hyphenatejavaIMSDK
|
类 | |
| enum | EMGroupPermissionType |
Public 成员函数 | |
| 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 () |
| List< String > | getWhiteList () |
| boolean | isAllMemberMuted () |
| String | getExtension () |
| String | getAnnouncement () |
| List< EMMucSharedFile > | getShareFileList () |
| EMGroupPermissionType | getGroupPermissionType () |
Public 成员函数 继承自 com.hyphenate.chat.EMBase< EMAGroup > | |
| boolean | equals (Object o) |
| int | hashCode () |
额外继承的成员函数 | |
Protected 属性 继承自 com.hyphenate.chat.EMBase< EMAGroup > | |
| T | emaObject |
群组
| List<String> com.hyphenate.chat.EMGroup.getAdminList | ( | ) |
获取群组管理员列表
| String com.hyphenate.chat.EMGroup.getAnnouncement | ( | ) |
获取群组公告
| List<String> com.hyphenate.chat.EMGroup.getBlackList | ( | ) |
获取群组黑名版
| String com.hyphenate.chat.EMGroup.getDescription | ( | ) |
获取群简介
| String com.hyphenate.chat.EMGroup.getExtension | ( | ) |
获取群组订制扩展信息
| String com.hyphenate.chat.EMGroup.getGroupId | ( | ) |
获取群ID
| String com.hyphenate.chat.EMGroup.getGroupName | ( | ) |
获取群名称
| EMGroupPermissionType com.hyphenate.chat.EMGroup.getGroupPermissionType | ( | ) |
获取当前用户在群中的角色
| int com.hyphenate.chat.EMGroup.getMaxUserCount | ( | ) |
获取群允许加入的最大成员数,在创建群时确定。 需要获取群详情才能拿到正确的结果,如果没有获取则返回0
| int com.hyphenate.chat.EMGroup.getMemberCount | ( | ) |
获取成员数量
| List<String> com.hyphenate.chat.EMGroup.getMembers | ( | ) |
获取群成员列表
| List<String> com.hyphenate.chat.EMGroup.getMuteList | ( | ) |
获取群组禁言列表
| String com.hyphenate.chat.EMGroup.getOwner | ( | ) |
获取群创建者
| List<EMMucSharedFile> com.hyphenate.chat.EMGroup.getShareFileList | ( | ) |
获取群组共享文件
| List<String> com.hyphenate.chat.EMGroup.getWhiteList | ( | ) |
返回白名单列表。
| String com.hyphenate.chat.EMGroup.groupSubject | ( | ) |
群组的主题,需要获取群详情
| boolean com.hyphenate.chat.EMGroup.isAllMemberMuted | ( | ) |
返回是否全员禁言。
| boolean com.hyphenate.chat.EMGroup.isAllowInvites | ( | ) |
| boolean com.hyphenate.chat.EMGroup.isMemberAllowToInvite | ( | ) |
获取群组是否允许成员邀请
| boolean com.hyphenate.chat.EMGroup.isMemberOnly | ( | ) |
成员不能自由加入,与之对应的属性是除了EMGroupStylePublicOpenJoin之外的三种属性
| boolean com.hyphenate.chat.EMGroup.isMembersOnly | ( | ) |
| boolean com.hyphenate.chat.EMGroup.isMsgBlocked | ( | ) |
获取是否已屏蔽消息
| boolean com.hyphenate.chat.EMGroup.isPublic | ( | ) |
获取群组是否为公开群
| String com.hyphenate.chat.EMGroup.toString | ( | ) |
返回群组名称或者群组ID,此方法可用于Adapter排序
1.8.10