SDKsAndroid商业版
置顶或取消置顶消息
使用 setConversationPinnedMsg 设置会话消息的置顶状态。
最后一个参数为 true 置顶,false 取消置顶;变化通过 onChangedPinnedMsg 同步。
messageManager.setConversationPinnedMsg(callback, conversationID, clientMsgID, true);这个页面有帮助吗?
使用 setConversationPinnedMsg 设置会话消息的置顶状态。
最后一个参数为 true 置顶,false 取消置顶;变化通过 onChangedPinnedMsg 同步。
messageManager.setConversationPinnedMsg(callback, conversationID, clientMsgID, true);这个页面有帮助吗?