toggle menu
yandex-music-api
0.1.0-dev6
common
switch theme
search in API
api-core
/
su.pank.yamusic.landing.model
/
PlayContextsData
Play
Contexts
Data
@
Serializable
(
with
=
PlayContextsDataSerializer::class
)
data
class
PlayContextsData
(
val
client
:
String
,
val
context
:
Context
,
val
contextItem
:
String
,
val
payload
:
Any
)
(
source
)
Members
Constructors
Play
Contexts
Data
Link copied to clipboard
constructor
(
client
:
String
,
context
:
Context
,
contextItem
:
String
,
payload
:
Any
)
Properties
client
Link copied to clipboard
val
client
:
String
context
Link copied to clipboard
val
context
:
Context
context
Item
Link copied to clipboard
val
contextItem
:
String
payload
Link copied to clipboard
val
payload
:
Any