Package io.rong.imkit.feature.mention
Class DraftHelper
-
- All Implemented Interfaces:
public class DraftHelper
Created by luoyanlong on 2018/11/23. 保存草稿时如果有@信息,把MentionBlock序列化保存起来, 之后可通过反序列化添加到RongMentionManager中
-
-
Constructor Summary
Constructors Constructor Description DraftHelper(EditText editText)
-
Method Summary
Modifier and Type Method Description String
getMentionBlocks()
void
addMentionBlocks(String mentionInfo)
-
-
Method Detail
-
getMentionBlocks
String getMentionBlocks()
-
addMentionBlocks
void addMentionBlocks(String mentionInfo)
-
-
-
-