bindView

fun KChatCategoryViewModel.bindView(fragmentManager: FragmentManager, categoryListView: RecyclerView, contentView: ViewPager2, lifecycleOwner: LifecycleOwner)
fun KIMChatServiceDeskModel.bindView(view: KChatListView, chatEntryViewModel: KChatEntryViewModel, lifecycleOwner: LifecycleOwner)


@JvmName(name = "bindView")
fun KBaseChatListViewModel.bindView(view: KChatListView, chatTypes: List<Int>? = null, boxEnable: Boolean = true, headEnable: Boolean = true, extChatList: List<KExtChatItem>? = null, lifecycleOwner: LifecycleOwner)
@JvmName(name = "bindView")
fun KChatMentionViewModel.bindView(view: KChatListView, chatEntryViewModel: KChatEntryViewModel, lifecycleOwner: LifecycleOwner)

Created by liutao7 on 2022/5/24.