toggle menu
WOASDK
androidJvm
switch theme
search in API
WOASDK
/
com.kingsoft.kim.kit.ui.message.list
/
MessageExtra
Message
Extra
data
class
MessageExtra
(
val
messageId
:
String
,
val
key
:
String
,
val
value
:
Any
?
)
待更新的消息,对同一条消息,可以使用不同 key 分别携带多条数据
Parameters
message
Id
消息 id
key
自定义数据 key
value
自定义数据 value 可为空,作清空原数据使用
Members
Constructors
Message
Extra
Link copied to clipboard
constructor
(
messageId
:
String
,
key
:
String
,
value
:
Any
?
)
Properties
key
Link copied to clipboard
val
key
:
String
message
Id
Link copied to clipboard
val
messageId
:
String
value
Link copied to clipboard
val
value
:
Any
?