FDWStream Class Reference
| Inherits from | NSObject |
| Declared in | FDWStream.h |
Tasks
Properties
-
streamIDThe stream’s ID
property -
titleThe stream’s title
property -
allFeedsWhether the stream includes items from all feeds
property -
onlyUnreadWhether the stream filters based on read status
property -
searchTermThe search term the stream filters on
property -
feedsAn array of
propertyFDWFeedobjects that the stream contains
Convenience Methods
-
– destroyDestroys the smart stream
Initialization
-
+ streamWithDictionary:Creates an FDWStream object from the JSON representation that the API returns
Properties
allFeeds
Whether the stream includes items from all feeds
@property (strong) NSNumber *allFeedsDiscussion
@YES or @NO
Declared In
FDWStream.hfeeds
An array of FDWFeed objects that the stream contains
@property (strong) NSArray *feedsDiscussion
Will be nil if the stream doesn’t filter based on feeds
Declared In
FDWStream.honlyUnread
Whether the stream filters based on read status
@property (strong) NSNumber *onlyUnreadDiscussion
@YESif it only contains unread items@NOif it doesn’t filter based on read status
Declared In
FDWStream.hInstance Methods
destroy
Destroys the smart stream
- (void)destroyDiscussion
Note: This method is a convenience on [FDWClient destroyStream:completionHandler:]
Declared In
FDWStream.h