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 (Result<[ItemType], BoxError>) -> Void)
Parameters
completion
Returns either collection of items or an error.