toggle menu
WOASDK
androidJvm
switch theme
search in API
WOASDK
/
com.kingsoft.kim.kit.ui.chat.viewmodel
/
KIMChatServiceDeskModel
KIMChat
Service
Desk
Model
class
KIMChatServiceDeskModel
(
chatEntryViewModel
:
KChatEntryViewModel
)
:
ViewModel
Members
Members & Extensions
Constructors
KIMChat
Service
Desk
Model
Link copied to clipboard
constructor
(
chatEntryViewModel
:
KChatEntryViewModel
)
Types
Factory
Link copied to clipboard
class
Factory
(
chatEntryViewModel
:
KChatEntryViewModel
)
:
ViewModelProvider.Factory
Properties
service
Desk
Chats
Link copied to clipboard
val
serviceDeskChats
:
LiveData
<
KBaseChatListViewModel.State
>
Functions
bind
View
Link copied to clipboard
fun
KIMChatServiceDeskModel
.
bindView
(
view
:
KChatListView
,
chatEntryViewModel
:
KChatEntryViewModel
,
lifecycleOwner
:
LifecycleOwner
)