getChildren

suspend fun getChildren(parentId: String, @IntRange(from = 0) page: Int, @IntRange(from = 1) pageSize: Int, params: MediaLibraryService.LibraryParams? = null): LibraryResult<ImmutableList<MediaItem>>

Get children for the parentId

Parameters

parentId

A non-empty parent id for getting the children.

page

A page number to get the paginated result starting from 0.

pageSize

A page size to get the paginated result.

params

Optional parameters.

See also