Inherits from NSObject
Declared in KiiListResult.h

Overview

Class for holding data from the cloud.

Tasks

Properties

hasNext

Indication whether results has next colection. It returns YES if has next collection, NO otherwise.

@property (nonatomic, readonly) BOOL hasNext

Discussion

Indication whether results has next colection. It returns YES if has next collection, NO otherwise.

Declared In

KiiListResult.h

paginationKey

Pagination key for result list. If hasNext value is NO, then paginationKey will always nil.

@property (nonatomic, readonly, nullable) NSString *paginationKey

Discussion

Pagination key for result list. If hasNext value is NO, then paginationKey will always nil.

Declared In

KiiListResult.h

results

Array of object obtained from the server. Currently, it can be used to obtain KiiTopic instances of subscribable topic in particular scope. It returns empty array if there is no result.

@property (nonatomic, readonly, nonnull) NSArray *results

Discussion

Array of object obtained from the server. Currently, it can be used to obtain KiiTopic instances of subscribable topic in particular scope. It returns empty array if there is no result.

Declared In

KiiListResult.h