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.gathering
/
GatheringNearbyModeData
Gathering
Nearby
Mode
Data
@
Serializable
data
class
GatheringNearbyModeData
(
val
mode
:
String
,
val
intentGatheringIds
:
List
<
String
>
)
聚会附近模式数据
Parameters
mode
模式
intent
Gathering
Ids
意图聚会 ID 列表
Members
Constructors
Gathering
Nearby
Mode
Data
Link copied to clipboard
constructor
(
mode
:
String
,
intentGatheringIds
:
List
<
String
>
)
Properties
intent
Gathering
Ids
Link copied to clipboard
@
SerialName
(
value
=
"intentGatheringIds"
)
val
intentGatheringIds
:
List
<
String
>
mode
Link copied to clipboard
@
SerialName
(
value
=
"mode"
)
val
mode
:
String