FeedChannelListQuery
public final class FeedChannelListQuery: NSObject, NSCopying, Queryable
Undocumented
-
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
-
Undocumented
Declaration
Swift
public internal(set) var limit: UInt
-
Undocumented
Declaration
Swift
public required init(from decoder: Decoder) throws
-
Undocumented
Declaration
Swift
public func encode(to encoder: Encoder) throws
-
Undocumented
Declaration
Swift
public func loadNextPage(completionHandler: @escaping FeedChannelListHandler)
-
Determines channel list includes empty channel. Default is
true
Declaration
Swift
public var includeEmptyChannel: Bool
-
Copies this object
Declaration
Swift
public func copy(with zone: NSZone? = nil) -> Any
Parameters
zone
optional
NSZone
Return Value
FeedChannelListQuery
instance