OpenAPI-Android

com.kkbox.openapideveloper / com.kkbox.openapideveloper.api / FeaturedPlaylistCategoryFetcher / fetchPlaylists

fetchPlaylists

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

Fetch featured playlists of the category with the category fetcher you init. Result will be paged.

this.categoryId = categoryId
return this

Parameters

limit - The size of one page.

offset - The offset index for first element.

Return playlists of the category.