fursuit-tv-sdk
Toggle table of contents
0.1.0
common
Platform filter
common
Switch theme
Search in API
fursuit-tv-sdk
fursuit-tv-sdk
/
com.furrist.rp.furtv.sdk.user
/
SocialBadge
Social
Badge
@
Serializable
data
class
SocialBadge
(
val
id
:
String
,
val
name
:
String
,
val
description
:
String
?
=
null
,
val
iconUrl
:
String
?
=
null
,
val
glbUrl
:
String
?
=
null
,
val
awardedAt
:
String
)
社交徽章 表示一个社交徽章的信息
Parameters
id
徽章 ID
name
徽章名称
description
徽章描述
icon
Url
徽章图标 URL
glb
Url
3D 模型 URL(GLB 格式)
awarded
At
授予时间
Members
Constructors
Social
Badge
Link copied to clipboard
constructor
(
id
:
String
,
name
:
String
,
description
:
String
?
=
null
,
iconUrl
:
String
?
=
null
,
glbUrl
:
String
?
=
null
,
awardedAt
:
String
)
Properties
awarded
At
Link copied to clipboard
@
SerialName
(
value
=
"awardedAt"
)
val
awardedAt
:
String
description
Link copied to clipboard
@
SerialName
(
value
=
"description"
)
val
description
:
String
?
=
null
glb
Url
Link copied to clipboard
@
SerialName
(
value
=
"glbUrl"
)
val
glbUrl
:
String
?
=
null
icon
Url
Link copied to clipboard
@
SerialName
(
value
=
"iconUrl"
)
val
iconUrl
:
String
?
=
null
id
Link copied to clipboard
@
SerialName
(
value
=
"id"
)
val
id
:
String
name
Link copied to clipboard
@
SerialName
(
value
=
"name"
)
val
name
:
String