PaginationIterator

public class PaginationIterator<ItemType> where ItemType : BoxModel

Defines paginations for list of box items.

  • Gets next collection of items

    Declaration

    Swift

    public func nextItems(completion _: @escaping Callback<[ItemType]>)

    Parameters

    completion

    Returns either collection of items or an error.