toggle menu
WOASDK
androidJvm
switch theme
search in API
WOASDK
/
com.kingsoft.kim.kit.ui.chat.list.adapter
/
KExtChatItem
KExt
Chat
Item
abstract
class
KExtChatItem
(
val
stableId
:
String
)
:
KChatListItem
Parameters
stable
Id
唯一标识id,用于数据区分及刷新
Members
Constructors
KExt
Chat
Item
Link copied to clipboard
constructor
(
stableId
:
String
)
Properties
stable
Id
Link copied to clipboard
val
stableId
:
String
unread
Count
Link copied to clipboard
var
unreadCount
:
Int
Functions
get
Change
Payload
Link copied to clipboard
open
fun
getChangePayload
(
other
:
KExtChatItem
)
:
Any
?
is
Content
Same
Link copied to clipboard
abstract
fun
isContentSame
(
other
:
KExtChatItem
)
:
Boolean
is
Stick
Link copied to clipboard
open
override
fun
isStick
(
)
:
Boolean
是否置顶,优先级次之
pin
Order
Link copied to clipboard
open
fun
pinOrder
(
)
:
Int
固定顶部顺序,优先级最高 默认-1 表示不固定顶部,不参与排序
update
Time
Link copied to clipboard
abstract
fun
updateTime
(
)
:
Long
默认排序