Skip to main content

Parameters

NameTypeDescriptionVersion
conversationConversationConversation identifier1.0.0

Code Example

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