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
completionReturns either collection of items or an error.
PaginationIterator Class Reference