OpenAPI-Android

com.kkbox.openapideveloper / com.kkbox.openapideveloper.api / AlbumFetcher / fetchTracks

fetchTracks

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

Fetches tracks in an album by given ID.

this.albumId = albumId
return this

Parameters

limit - The size for one page.

offset - The offset index for first element.

Return tracks of the album.