start Resume Playback
suspend fun startResumePlayback(deviceId: String? = null, contextUri: String? = null, uris: Uris? = null, offset: Offset? = null, positionMs: Int? = null): SpotifyApiResponse<Boolean>
Starts or resumes playback on a Spotify Connect device.
Return
Wrapped Spotify API response. data is true when Spotify accepted the operation.
Parameters
device Id
Spotify Connect device ID that should execute the playback action.
context Uri
Context URI to play (album, artist, playlist, or show).
uris
Spotify URIs of target resources.
offset
Playback offset object selecting where playback starts in the context.
position Ms
Playback position in milliseconds.