skipToPrevious

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

Skips to the previous 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.