skipToNext

suspend fun skipToNext(deviceId: String? = null): SpotifyApiResponse<Boolean>

Skips to the next item in the playback queue.

Return

Wrapped Spotify API response. data is true when Spotify accepted the operation.

Parameters

deviceId

Spotify Connect device ID that should execute the playback action.