on Text Changed
public void onTextChanged(Context context, ConversationType conversationType, String targetId, int cursorPos, int offset, String text, EditText editText)
当输入框文本变化时,回调此方法。
Parameters
conversation Type
会话类型
target Id
目标 id
cursor Pos
输入文本时,光标位置初始位置
offset
文本的变化量:增加时为正数,减少是为负数
text
文本内容