KiiListResult Class Reference
| Inherits from | NSObject | 
| Declared in | KiiListResult.h | 
Properties
hasNext
Indication whether results has next colection. It returns YES if has next collection, NO otherwise.
@property (nonatomic, readonly) BOOL hasNextDiscussion
Indication whether results has next colection. It returns YES if has next collection, NO otherwise.
Declared In
KiiListResult.hpaginationKey
Pagination key for result list. If hasNext value is NO, then paginationKey will always nil.
@property (nonatomic, readonly, nullable) NSString *paginationKeyDiscussion
Pagination key for result list. If hasNext value is NO, then paginationKey will always nil.
Declared In
KiiListResult.hresults
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 *resultsDiscussion
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