SBDPollListQuery Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | SBDPollListQuery.h |
Overview
A class representing query to retrieve list of SBDPolls that matches a given query with given channelURL.
Other Methods
channelURL
The channel url related to query.
@property (strong, readonly) NSString *channelURLDeclared In
SBDPollListQuery.h
limit
Sets the number of users per page.
@property (atomic) NSUInteger limitDeclared In
SBDPollListQuery.h
hasNext
Shows if there is a next page
@property (atomic, readonly) BOOL hasNextDeclared In
SBDPollListQuery.h
– isLoading
Returns YES if the query is loading, otherwise returns NO.
- (BOOL)isLoadingReturn Value
Returns YES if the query is loading, otherwise returns NO.
Declared In
SBDPollListQuery.h
– loadNextPageWithCompletionHandler:
- (void)loadNextPageWithCompletionHandler:(nullable void ( ^ ) ( NSArray<SBDPoll*> *_Nullable users , SBDError *_Nullable error ))completionHandler