OffsetPagingCollection

public protocol OffsetPagingCollection : PagingCollection

A collection that supports offset-based pagination.

Offset-based paging collections use an offset index to paginate items in a larger list of results. Offset-based pagination is the default mechanism for returning paginated results from the Spotify Web API.

  • The index offset of the items returned in the page, as set in the request or by default.

    Declaration

    Swift

    var offset: Index { get }