1 package com.netease.nimlib.sdk.chatroom.model;
聊天室消息的配置选项,主要用于设定发消息不存历史记录开关。
boolean isHighPriorityMessage()
是否是高优先级消息
NIM消息实体数据结构。 第三方APP不要调用设置类接口,调用之后不会被持久化
void setChatRoomConfig(CustomChatRoomMessageConfig config)
设置聊天室消息配置
void setLocY(Double locY)
设置坐标Y
String getNotifyTargetTags()
获取 消息的目标标签表达式
CustomChatRoomMessageConfig getChatRoomConfig()
获取聊天室消息配置
void setNotifyTargetTags(String notifyTargetTags)
设置 消息的目标标签表达式
void setLocX(Double locX)
设置坐标X
void setToAccounts(List< String > accounts)
设置消息接收者账户列表
ChatRoomMessageExtension getChatRoomMessageExtension()
获取聊天室消息扩展属性
void setLocZ(Double locZ)
设置坐标Z