com.kkbox.openapideveloper / com.kkbox.openapideveloper.api / AlbumFetcher / fetchTracks
fun fetchTracks(limit: Int? = null, offset: Int? = null): ResponseFuture<JsonObject>
Fetches tracks in an album by given ID.
this.albumId = albumId
return this
limit - The size for one page.
offset - The offset index for first element.
Return tracks of the album.