toggle menu
sdkKIMCore
androidJvm
switch theme
search in API
sdkKIMCore
/
com.kingsoft.kim.core.api
/
KIMCoreChatNotices
KIMCore
Chat
Notices
class
KIMCoreChatNotices
(
chatNotices
:
<Error class: unknown class>
)
:
Serializable
会话中所有未读强提醒模型
Members
Constructors
KIMCore
Chat
Notices
Link copied to clipboard
constructor
(
chatNotices
:
<Error class: unknown class>
)
Properties
core
Chat
Notices
Link copied to clipboard
@
JvmField
@
SerializedName
(
value
=
"coreChatNotices"
)
var
coreChatNotices
:
MutableList
<
KIMCoreChatNotice
>
带有强提醒的消息列表
next
Offset
Link copied to clipboard
@
JvmField
@
SerializedName
(
value
=
"nextOffset"
)
var
nextOffset
:
Long
下一页的偏移量
total
Link copied to clipboard
@
JvmField
@
SerializedName
(
value
=
"total"
)
var
total
:
Int
总共有多少条消息带有强提醒
Functions
get
Core
Chat
Notices
Link copied to clipboard
fun
getCoreChatNotices
(
)
:
List
<
KIMCoreChatNotice
>