| 限定符和类型 | 方法和说明 |
|---|---|
ResponseResult |
Chatroom.create(ChatroomModel[] chatrooms)
创建聊天室方法
|
ResponseResult |
Chatroom.destroy(ChatroomModel chatroom)
销毁聊天室方法
|
ChatroomUserQueryResult |
Chatroom.get(ChatroomModel chatroom)
查询聊天室内用户方法
|
| 限定符和类型 | 方法和说明 |
|---|---|
ResponseResult |
Ban.add(ChatroomModel chatroom)
添加用户聊天室全局禁言方法
|
ResponseResult |
Ban.remove(ChatroomModel chatroom)
移除用户聊天室全局禁言方法
|
| 限定符和类型 | 方法和说明 |
|---|---|
ResponseResult |
Block.add(ChatroomModel chatroom)
添加封禁聊天室成员方法
|
ResponseResult |
Block.remove(ChatroomModel chatroom)
移除封禁聊天室成员方法
|
| 限定符和类型 | 方法和说明 |
|---|---|
ResponseResult |
Distribute.resume(ChatroomModel chatroom)
恢复聊天室消息分发
|
ResponseResult |
Distribute.stop(ChatroomModel chatroom)
停止聊天室消息分发(可实现控制对聊天室中消息是否进行分发,停止分发后聊天室中用户发送的消息,融云服务端不会再将消息发送给聊天室中其他用户。)
|
| 限定符和类型 | 方法和说明 |
|---|---|
ResponseResult |
Gag.add(ChatroomModel chatroom)
已过时。
添加禁言聊天室成员方法(在 App 中如果不想让某一用户在聊天室中发言时,可将此用户在聊天室中禁言,被禁言用户可以接收查看聊天室中用户聊天信息,但不能发送消息.)
|
ListGagChatroomUserResult |
Gag.getList(ChatroomModel chatroom)
已过时。
查询聊天室被禁言成员方法
|
ResponseResult |
Gag.remove(ChatroomModel chatroom)
已过时。
移除禁言聊天室成员方法
|
| 限定符和类型 | 方法和说明 |
|---|---|
ResponseResult |
Keepalive.add(ChatroomModel chatroom)
添加聊天室保活方法
|
ResponseResult |
Keepalive.remove(ChatroomModel chatroom)
删除聊天室保活方法
|
| 限定符和类型 | 方法和说明 |
|---|---|
ResponseResult |
MuteMembers.add(ChatroomModel chatroom)
添加禁言聊天室成员方法(在 App 中如果不想让某一用户在聊天室中发言时,可将此用户在聊天室中禁言,被禁言用户可以接收查看聊天室中用户聊天信息,但不能发送消息.)
|
ListGagChatroomUserResult |
MuteMembers.getList(ChatroomModel chatroom)
查询聊天室被禁言成员方法
|
ResponseResult |
MuteMembers.remove(ChatroomModel chatroom)
移除禁言聊天室成员方法
|
| 限定符和类型 | 方法和说明 |
|---|---|
ResponseResult |
User.add(ChatroomModel chatroom)
添加聊天室白名单成员方法
|
Result |
User.getList(ChatroomModel chatroom)
添加聊天室白名单成员方法
|
ResponseResult |
User.remove(ChatroomModel chatroom)
添加聊天室白名单成员方法
|
| 限定符和类型 | 方法和说明 |
|---|---|
ResponseResult |
MuteChatrooms.add(ChatroomModel chatroom)
添加用户聊天室全局禁言方法
|
ResponseResult |
MuteChatrooms.remove(ChatroomModel chatroom)
移除用户聊天室全局禁言方法
|
| 限定符和类型 | 方法和说明 |
|---|---|
ChatroomModel |
ChatroomModel.setCount(Integer count)
获取count
|
ChatroomModel |
ChatroomModel.setId(String id)
设置chrmId
|
ChatroomModel |
ChatroomModel.setMembers(ChatroomMember[] members)
设置memberIds
|
ChatroomModel |
ChatroomModel.setMinute(Integer minute)
设置minute
|
ChatroomModel |
ChatroomModel.setName(String name)
设置name
|
ChatroomModel |
ChatroomModel.setOrder(Integer order)
获取order
|
ChatroomModel |
ChatroomModel.setTime(String time)
设置time
|
| 限定符和类型 | 方法和说明 |
|---|---|
List<ChatroomModel> |
ChatroomQueryResult.getChatRooms()
获取chatRooms
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
ChatroomQueryResult.setChatRooms(List<ChatroomModel> chatRooms)
设置chatRooms
|
| 构造器和说明 |
|---|
ChatroomQueryResult(Integer code,
String errorMessage,
List<ChatroomModel> chatRooms) |
Copyright © 2020 RcongCloud Group. All rights reserved.