NIMSDK-AOS
10.6.0
|
聊天室消息 更多...
Public 成员函数 | |
ChatRoomMessageExtension | getChatRoomMessageExtension () |
获取聊天室消息扩展属性 更多... | |
CustomChatRoomMessageConfig | getChatRoomConfig () |
获取聊天室消息配置 更多... | |
void | setChatRoomConfig (CustomChatRoomMessageConfig config) |
设置聊天室消息配置 更多... | |
boolean | isHighPriorityMessage () |
是否是高优先级消息 更多... | |
String | getNotifyTargetTags () |
获取 消息的目标标签表达式 更多... | |
void | setNotifyTargetTags (String notifyTargetTags) |
设置 消息的目标标签表达式 更多... | |
void | setLocX (Double locX) |
设置坐标X 更多... | |
void | setLocY (Double locY) |
设置坐标Y 更多... | |
void | setLocZ (Double locZ) |
设置坐标Z 更多... | |
void | setToAccounts (List< String > accounts) |
设置消息接收者账户列表 更多... | |
聊天室消息
在文件 ChatRoomMessage.java 第 9 行定义.
CustomChatRoomMessageConfig com.netease.nimlib.sdk.chatroom.model.ChatRoomMessage.getChatRoomConfig | ( | ) |
获取聊天室消息配置
ChatRoomMessageExtension com.netease.nimlib.sdk.chatroom.model.ChatRoomMessage.getChatRoomMessageExtension | ( | ) |
获取聊天室消息扩展属性
String com.netease.nimlib.sdk.chatroom.model.ChatRoomMessage.getNotifyTargetTags | ( | ) |
获取 消息的目标标签表达式
boolean com.netease.nimlib.sdk.chatroom.model.ChatRoomMessage.isHighPriorityMessage | ( | ) |
是否是高优先级消息
void com.netease.nimlib.sdk.chatroom.model.ChatRoomMessage.setChatRoomConfig | ( | CustomChatRoomMessageConfig | config | ) |
设置聊天室消息配置
config | 聊天室消息配置 |
void com.netease.nimlib.sdk.chatroom.model.ChatRoomMessage.setLocX | ( | Double | locX | ) |
设置坐标X
locX |
void com.netease.nimlib.sdk.chatroom.model.ChatRoomMessage.setLocY | ( | Double | locY | ) |
设置坐标Y
locY |
void com.netease.nimlib.sdk.chatroom.model.ChatRoomMessage.setLocZ | ( | Double | locZ | ) |
设置坐标Z
locZ |
void com.netease.nimlib.sdk.chatroom.model.ChatRoomMessage.setNotifyTargetTags | ( | String | notifyTargetTags | ) |
设置 消息的目标标签表达式
notifyTargetTags |
void com.netease.nimlib.sdk.chatroom.model.ChatRoomMessage.setToAccounts | ( | List< String > | accounts | ) |
设置消息接收者账户列表