toggle menu
sdkKIMCore
androidJvm
switch theme
search in API
sdkKIMCore
/
com.kingsoft.kim.core.api
/
KIMCoreNotice
KIMCore
Notice
class
KIMCoreNotice
(
var
noticeType
:
String
,
var
noticeTarget
:
Int
,
var
time
:
Long
,
var
chatId
:
String
,
var
msgId
:
String
)
:
Serializable
会话强提醒数据,具有临时性
Members
Constructors
KIMCore
Notice
Link copied to clipboard
constructor
(
noticeType
:
String
,
noticeTarget
:
Int
,
time
:
Long
,
chatId
:
String
,
msgId
:
String
)
Properties
chat
Id
Link copied to clipboard
@
JvmField
@
SerializedName
(
value
=
"chatId"
)
var
chatId
:
String
msg
Id
Link copied to clipboard
@
JvmField
@
SerializedName
(
value
=
"msgId"
)
var
msgId
:
String
notice
Target
Link copied to clipboard
@
JvmField
@
SerializedName
(
value
=
"noticeTarget"
)
var
noticeTarget
:
Int
目标类型 com.kingsoft.kim.core.Constant.StrongNoticeTarget
notice
Type
Link copied to clipboard
@
JvmField
@
SerializedName
(
value
=
"noticeType"
)
var
noticeType
:
String
强提醒类型
time
Link copied to clipboard
@
JvmField
@
SerializedName
(
value
=
"time"
)
var
time
:
Long
该强提醒出现的时间,单位ns
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
o
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int