public interface ChatRoomMessage extends IMMessage
| 限定符和类型 | 方法和说明 |
|---|---|
CustomChatRoomMessageConfig |
getChatRoomConfig()
获取聊天室消息配置
|
ChatRoomMessageExtension |
getChatRoomMessageExtension()
获取聊天室消息扩展属性
|
java.lang.String |
getNotifyTargetTags()
获取 消息的目标标签表达式
|
boolean |
isHighPriorityMessage()
是否是高优先级消息
|
void |
setChatRoomConfig(CustomChatRoomMessageConfig config)
设置聊天室消息配置
|
void |
setLocX(java.lang.Double locX)
设置坐标X
|
void |
setLocY(java.lang.Double locY)
设置坐标Y
|
void |
setLocZ(java.lang.Double locZ)
设置坐标Z
|
void |
setNotifyTargetTags(java.lang.String notifyTargetTags)
设置 消息的目标标签表达式
|
void |
setToAccounts(java.util.List<java.lang.String> accounts)
设置消息接收者账户列表
|
getRealMsgObj, getRobotInfo, getSessionId, getSessionType, setRobotInfogetAttachment, getAttachStatus, getAttachStr, getCallbackExtension, getConfig, getContent, getDirect, getEnv, getFromAccount, getFromClientType, getFromNick, getLocalExtension, getMemberPushOption, getMsgType, getNIMAntiSpamOption, getPushContent, getPushPayload, getQuickCommentUpdateTime, getRemoteExtension, getServerId, getStatus, getSubtype, getTeamMsgAckCount, getTeamMsgUnAckCount, getThreadOption, getTime, getUuid, getYidunAntiCheating, getYidunAntiSpamExt, getYidunAntiSpamRes, hasSendAck, isChecked, isDeleted, isInBlackList, isRemoteRead, isSessionUpdate, isTheSame, isThread, needMsgAck, setAttachment, setAttachStatus, setChecked, setClientAntiSpam, setConfig, setContent, setDirect, setEnv, setForceUploadFile, setFromAccount, setLocalExtension, setMemberPushOption, setMsgAck, setNIMAntiSpamOption, setPushContent, setPushPayload, setRemoteExtension, setSessionUpdate, setStatus, setSubtype, setThreadOption, setYidunAntiCheating, setYidunAntiSpamExtChatRoomMessageExtension getChatRoomMessageExtension()
CustomChatRoomMessageConfig getChatRoomConfig()
void setChatRoomConfig(CustomChatRoomMessageConfig config)
config - 聊天室消息配置boolean isHighPriorityMessage()
java.lang.String getNotifyTargetTags()
void setNotifyTargetTags(java.lang.String notifyTargetTags)
notifyTargetTags - void setLocX(java.lang.Double locX)
locX - void setLocY(java.lang.Double locY)
locY - void setLocZ(java.lang.Double locZ)
locZ - void setToAccounts(java.util.List<java.lang.String> accounts)