com.kkbox.openapideveloper / com.kkbox.openapideveloper.api / SharedPlaylistFetcher / 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
limit - The size for one page.
offset - The offset index for first element.
Return the API response.