save Text Message Draft
public abstract void saveTextMessageDraft(ConversationType conversationType, String targetId, String content, RongIMClient.ResultCallback<Boolean> callback)
保存会话草稿信息。
Parameters
conversation Type
会话类型。参考 io.rong.imlib.model.Conversation.ConversationType 。
target Id
会话 id。根据不同的 conversationType,可能是用户 id、讨论组 id、群组 id 或聊天室 id。
content
草稿的文字内容。
callback
是否保存成功的回调。