public class Keepalive extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
ResponseResult |
add(ChatroomModel chatroom)
添加聊天室保活方法
|
ChatroomKeepaliveResult |
getList()
获取聊天室保活
|
RongCloud |
getRongCloud() |
ResponseResult |
remove(ChatroomModel chatroom)
删除聊天室保活方法
|
void |
setRongCloud(RongCloud rongCloud) |
public RongCloud getRongCloud()
public void setRongCloud(RongCloud rongCloud)
public ResponseResult add(ChatroomModel chatroom) throws Exception
chatroom: - 聊天室信息,id(必传)Exceptionpublic ResponseResult remove(ChatroomModel chatroom) throws Exception
chatroom: - 聊天室信息,id(必传)Exceptionpublic ChatroomKeepaliveResult getList() throws Exception
ExceptionCopyright © 2020 RcongCloud Group. All rights reserved.