toggle menu
WOASDK
androidJvm
switch theme
search in API
WOASDK
/
com.kingsoft.kim.kit.ui.tag.viewmodel
Package-level
declarations
Types
Functions
Types
KChat
List
Of
Tag
View
Model
Link copied to clipboard
class
KChatListOfTagViewModel
(
val
assumerId
:
String
)
:
KBaseChatListViewModel
KChat
Tag
List
View
Model
Link copied to clipboard
class
KChatTagListViewModel
:
ViewModel
KChat
Tag
Manage
View
Model
Link copied to clipboard
class
KChatTagManageViewModel
:
ViewModel
KChat
Tag
Sort
View
Model
Link copied to clipboard
class
KChatTagSortViewModel
:
ViewModel
KCreate
Chat
Tag
View
Model
Link copied to clipboard
class
KCreateChatTagViewModel
:
ViewModel
KRename
Chat
Tag
View
Model
Link copied to clipboard
class
KRenameChatTagViewModel
:
ViewModel
Functions
entity
To
Tag
Sort
Item
List
Link copied to clipboard
inline
fun
List
<
ChatTagEntity
>
.
entityToTagSortItemList
(
)
:
List
<
KChatTagSortItem
>
to
Chat
Tag
Entity
List
Link copied to clipboard
inline
fun
List
<
ChatTag
>
.
toChatTagEntityList
(
)
:
List
<
ChatTagEntity
>
to
Chat
Tag
Sort
Item
List
Link copied to clipboard
inline
fun
List
<
ChatTag
>
.
toChatTagSortItemList
(
)
:
List
<
KChatTagSortItem
>