FeedChannelListQuery
@objc(SBDFeedChannelListQuery)
public final class FeedChannelListQuery : NSObject, NSCopying, Queryable
Undocumented
-
Boolean indicates there are more data to fetch
Declaration
Swift
@objc public internal(set) var hasNext: Bool { get }
-
Indicates the query is currently loading or not
Declaration
Swift
@objc public internal(set) var isLoading: Bool { get }
-
Undocumented
Declaration
Swift
@objc public internal(set) var limit: UInt { get set }
-
Undocumented
Declaration
Swift
public required init(from decoder: Decoder) throws
-
Undocumented
Declaration
Swift
public func encode(to encoder: Encoder) throws
-
Undocumented
Declaration
Swift
@objc public func loadNextPage(completionHandler: @escaping FeedChannelListHandler)
-
Determines channel list includes empty channel. Default is
true
Declaration
Swift
@objc public var includeEmptyChannel: Bool { get }
-
Copies this object
Declaration
Swift
public func copy(with zone: NSZone? = nil) -> Any
Parameters
zone
optional
NSZone
Return Value
FeedChannelListQuery
instance