PollVoterListQuery
public final class PollVoterListQuery: NSObject
An object to retrieve list of voter
Since
4.1.0-
fetch limit
Declaration
Swift
public internal(set) var limit: UInt
-
Boolean indicates there are more data to fetch
Declaration
Swift
public internal(set) var hasNext: Bool = true
-
Indicates the query is currently loading or not
Declaration
Swift
public internal(set) var isLoading: Bool = false
-
Fetches next page
Declaration
Swift
public func loadNextPage(completionHandler: @escaping VoterListHandler)
Parameters
completionHandler
completion handler
-
Copies this object
Declaration
Swift
public func copy(with zone: NSZone? = nil) -> Any
Parameters
zone
optional
NSZone
Return Value
PollVoterListQuery
instance