ParticipantListQuery
public final class ParticipantListQuery: NSObject, Queryable, UserListQueryThe ParticipantListQuery class is a query class for getting the list of participants in
an open channel.
This instance is created by createParticipantListQuery() of OpenChannel. 
Since
3.0.120- 
                  
                  Boolean indicates there are more data to fetch DeclarationSwift public internal(set) var hasNext: Bool = true
- 
                  
                  Indicates the query is currently loading or not DeclarationSwift public internal(set) var isLoading: Bool = false
- 
                  
                  Fetches next page DeclarationSwift public func loadNextPage(completionHandler: @escaping UserListHandler)ParameterscompletionHandlercompletion handler 
- 
                  
                  Copies this object DeclarationSwift public func copy(with zone: NSZone? = nil) -> AnyParameterszoneoptional NSZoneReturn ValueParticipantListQueryinstance
- 
                  
                  Specifies the number of results to return per call. (Default: 20) DeclarationSwift public var limit: UInt
 View on GitHub
View on GitHub Install in Dash
Install in Dash