KInput Panel Action Listener
interface KInputPanelActionListener
Created by liutao7 on 2023/3/1.
Functions
Link copied to clipboard
abstract suspend fun onReEditMsg(editText: EditText, recallMsg: RecallMsgEntity, callback: (Bundle) -> Unit): Boolean
Link copied to clipboard
abstract suspend fun onRestoreDraft(editText: EditText, draft: KChatDraft, params: Bundle, callback: (Bundle) -> Unit): Boolean
监听输入框恢复草稿内容
Link copied to clipboard