Contents

nextBatch(limit:)

Fetches the next batch of items asynchronously.

Declaration

func nextBatch(limit: Int? = nil) async throws -> MusicItemCollection<MusicItemType>?

Discussion

This method returns the next batch of items as another collection of music items of the same type.