toggle menu
WOASDK
androidJvm
switch theme
search in API
WOASDK
/
com.kingsoft.kim.kit.ui.chat.list.adapter
Package-level
declarations
Types
Types
Base
Box
Item
Link copied to clipboard
abstract
class
BaseBoxItem
(
type
:
Int
)
:
KChatListItem
Base
Chat
Item
Link copied to clipboard
abstract
class
BaseChatItem
(
type
:
Int
)
:
KChatListItem
Box
Link copied to clipboard
data
class
Box
(
val
box
:
KIMCoreBox
,
val
latestChat
:
KIMCoreChat
?
=
null
,
val
extra
:
HashMap
<
String
,
Any
?
>
,
val
updateTime
:
Long
,
val
isStick
:
Boolean
)
Box
Types
Link copied to clipboard
object
BoxTypes
Chat
Link copied to clipboard
data
class
Chat
(
val
chat
:
KIMCoreChat
,
val
draft
:
KChatDraft
?
=
null
,
val
extra
:
HashMap
<
String
,
Any
?
>
,
val
updateTime
:
Long
=
0
,
val
isStick
:
Boolean
=
false
)
Chat
Types
Link copied to clipboard
object
ChatTypes
KChat
List
Item
Link copied to clipboard
abstract
class
KChatListItem
(
type
:
Int
)
KExt
Chat
Item
Link copied to clipboard
abstract
class
KExtChatItem
(
val
stableId
:
String
)
:
KChatListItem