public class ChatRoomClient
extends java.lang.Object
限定符和类型 | 字段和说明 |
---|---|
static int |
chatCount |
static java.util.concurrent.atomic.AtomicInteger |
receiveMessageCount |
限定符和类型 | 方法和说明 |
---|---|
void |
add2Chatroom(java.lang.String sChatroomId,
java.lang.String sName,
java.lang.String slogo,
java.lang.String sUid,
boolean isBozhu,
java.lang.String sType,
int vt,
int contribute,
java.lang.String hostId,
int isNearby,
int joinAnimType,
int source) |
void |
addChatRoomActionListener(com.live.imutil.IMManager.IChatRoomActionListener actionListener) |
void |
fakeReceiveMessage(io.rong.imlib.model.Message message) |
static ChatRoomClient |
getInstance() |
void |
quitChatroom(java.lang.String sChatroomId,
java.lang.String sName,
java.lang.String sLogo,
java.lang.String sUid,
boolean isBozhu,
com.live.imutil.IMManager.IChatRoomActionListener iChatRoomActionListener,
boolean sendMsg,
int source,
int source2,
java.lang.String idScore)
退出聊天室
|
void |
removeChatRoomActionListener(com.live.imutil.IMManager.IChatRoomActionListener actionListener) |
void |
sendJoinInMsg(java.lang.String sChatroomId,
java.lang.String sName,
java.lang.String slogo,
java.lang.String sUid,
java.lang.String sType,
int vt,
int contribute,
java.lang.String hostId,
int isNearby,
int joinAnimType,
int source) |
void |
sendMsg(io.rong.imlib.model.MessageContent content,
java.lang.String sChatroomId) |
void |
sendMsgNoFilter(io.rong.imlib.model.MessageContent content,
java.lang.String sChatroomId) |
public static int chatCount
public static java.util.concurrent.atomic.AtomicInteger receiveMessageCount
public static ChatRoomClient getInstance()
public void quitChatroom(java.lang.String sChatroomId, java.lang.String sName, java.lang.String sLogo, java.lang.String sUid, boolean isBozhu, com.live.imutil.IMManager.IChatRoomActionListener iChatRoomActionListener, boolean sendMsg, int source, int source2, java.lang.String idScore)
sChatroomId
- sName
- sLogo
- sUid
- isBozhu
- iChatRoomActionListener
- sendMsg
- source
- 表示直播来源(不包含上下滑),同LiveVideoPlayerFragment.getSource()
source2
- 表示直播来源(包含上下滑),同LiveVideoPlayerFragment.getSource2()
idScore
- 对应VideoDataInfo中的idscore字段,用来加在融云消息字段中public void add2Chatroom(java.lang.String sChatroomId, java.lang.String sName, java.lang.String slogo, java.lang.String sUid, boolean isBozhu, java.lang.String sType, int vt, int contribute, java.lang.String hostId, int isNearby, int joinAnimType, int source)
public void sendJoinInMsg(java.lang.String sChatroomId, java.lang.String sName, java.lang.String slogo, java.lang.String sUid, java.lang.String sType, int vt, int contribute, java.lang.String hostId, int isNearby, int joinAnimType, int source)
public void addChatRoomActionListener(com.live.imutil.IMManager.IChatRoomActionListener actionListener)
public void removeChatRoomActionListener(com.live.imutil.IMManager.IChatRoomActionListener actionListener)
public void sendMsg(io.rong.imlib.model.MessageContent content, java.lang.String sChatroomId)
public void sendMsgNoFilter(io.rong.imlib.model.MessageContent content, java.lang.String sChatroomId)
public void fakeReceiveMessage(io.rong.imlib.model.Message message)