OpenAPI-Android

com.kkbox.openapideveloper / com.kkbox.openapideveloper.api / SharedPlaylistFetcher / fetchTracks

fetchTracks

fun fetchTracks(limit: Int? = null, offset: Int? = null): ResponseFuture<JsonObject>

Fetch track list of a playlist by given ID.

this.playlistId = playlistId
return this

Parameters

limit - The size for one page.

offset - The offset index for first element.

Return the API response.