toggle menu
sdkKIMCore
androidJvm
switch theme
search in API
sdkKIMCore
/
com.kingsoft.kim.core.api
/
KIMCoreBox
KIMCore
Box
class
KIMCoreBox
(
boxInfo
:
<Error class: unknown class>
)
:
Serializable
盒子数据对象
Members
Constructors
KIMCore
Box
Link copied to clipboard
constructor
(
boxInfo
:
<Error class: unknown class>
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
avatar
Link copied to clipboard
@
SerializedName
(
value
=
"avatar"
)
var
avatar
:
String
?
biz
Data
Link copied to clipboard
@
SerializedName
(
value
=
"bizData"
)
var
bizData
:
String
?
box
Type
Link copied to clipboard
@
SerializedName
(
value
=
"boxType"
)
var
boxType
:
Int
Constant.BOX_TYPE
is
Deleted
Link copied to clipboard
@
SerializedName
(
value
=
"deleted"
)
var
isDeleted
:
Boolean
is
Disable
Link copied to clipboard
@
SerializedName
(
value
=
"disable"
)
var
isDisable
:
Boolean
用户个人盒子状态 目前只有机器人盒子支持,其他默认false
is
Stickied
Link copied to clipboard
@
SerializedName
(
value
=
"stickied"
)
var
isStickied
:
Boolean
last
Read
Time
Link copied to clipboard
@
SerializedName
(
value
=
"lastReadTime"
)
var
lastReadTime
:
Long
last
Time
Link copied to clipboard
@
SerializedName
(
value
=
"lastTime"
)
var
lastTime
:
Long
name
Link copied to clipboard
@
SerializedName
(
value
=
"name"
)
var
name
:
String
?
un
Read
Count
Link copied to clipboard
@
SerializedName
(
value
=
"unReadCount"
)
var
unReadCount
:
Int