TCHChannelDescriptorPaginator Class Reference

Inherits from NSObject
Declared in TCHChannelDescriptorPaginator.h

Overview

The results paginator for channel descriptor requests.

– items

The items returned by the requested operation, if any.

- (nonnull NSArray<TCHChannelDescriptor*> *)items

Return Value

The items returned by the requested operation, if any.

Discussion

The items returned by the requested operation, if any.

Declared In

TCHChannelDescriptorPaginator.h

– hasNextPage

Determine if additional pages are available for the requested operation.

- (BOOL)hasNextPage

Return Value

BOOL indicating the presence of a subsequent page of results.

Discussion

Determine if additional pages are available for the requested operation.

Declared In

TCHChannelDescriptorPaginator.h

– requestNextPageWithCompletion:

Request the next page of results for the current operation.

- (void)requestNextPageWithCompletion:(nonnull TCHChannelDescriptorPaginatorCompletion)completion

Parameters

completion

The paginator completion block. If no completion block is specified, no operation will be executed.

Discussion

Request the next page of results for the current operation.

Declared In

TCHChannelDescriptorPaginator.h