Skip to main content

参数说明

名称类型描述版本
conversationConversation会话标识1.0.0

示例代码

Conversation conversation = new Conversation(Conversation.ConversationType.PRIVATE, "userid1");
JIM.getInstance().getConversationManager().clearDraft(conversation);