shared
Toggle table of contents
0.1.0
common
Platform filter
common
Switch theme
Search in API
shared
shared
/
com.nubasu.spotify.webapi.wrapper.request.player
/
StartResumePlaybackRequest
Start
Resume
Playback
Request
@
Serializable
data
class
StartResumePlaybackRequest
(
val
contextUri
:
String
?
=
null
,
val
uris
:
List
<
String
>
?
=
null
,
val
offset
:
Offset
?
=
null
,
val
positionMs
:
Int
?
=
null
)
Members
Constructors
Start
Resume
Playback
Request
Link copied to clipboard
constructor
(
contextUri
:
String
?
=
null
,
uris
:
List
<
String
>
?
=
null
,
offset
:
Offset
?
=
null
,
positionMs
:
Int
?
=
null
)
Properties
context
Uri
Link copied to clipboard
@
SerialName
(
value
=
"context_uri"
)
val
contextUri
:
String
?
=
null
offset
Link copied to clipboard
val
offset
:
Offset
?
=
null
position
Ms
Link copied to clipboard
@
SerialName
(
value
=
"position_ms"
)
val
positionMs
:
Int
?
=
null
uris
Link copied to clipboard
val
uris
:
List
<
String
>
?
=
null