KIMExpInputPanel

interface KIMExpInputPanel : Meat

Created by liutao7 on 2023/9/11

Functions

Link copied to clipboard
abstract fun addAtEventObserver(observer: AtEventObserver)
Link copied to clipboard
abstract fun addReEditMsg(context: Context, chatId: String, msgId: String, editable: Editable?)
Link copied to clipboard
abstract fun addRefMsg(message: KIMCoreMessage)
Link copied to clipboard
abstract fun removerAtEventObserver()
Link copied to clipboard
abstract fun removeRefMsg(message: KIMCoreMessage)
Link copied to clipboard
abstract fun setupInputPanel(fragment: Fragment, viewLifecycleOwner: LifecycleOwner, viewModelStoreOwner: ViewModelStoreOwner, inputPanelContainer: FrameLayout, rootInputAwareLayout: ViewGroup, keyBoardAboveView: View, observer: EventObserver, chatId: String)