FDWStream Class Reference
Inherits from | NSObject |
Declared in | FDWStream.h |
Tasks
Properties
-
streamID
The stream’s ID
property -
title
The stream’s title
property -
allFeeds
Whether the stream includes items from all feeds
property -
onlyUnread
Whether the stream filters based on read status
property -
searchTerm
The search term the stream filters on
property -
feeds
An array of
propertyFDWFeed
objects that the stream contains
Convenience Methods
-
– destroy
Destroys 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 *allFeeds
Discussion
@YES or @NO
Declared In
FDWStream.h
feeds
An array of FDWFeed
objects that the stream contains
@property (strong) NSArray *feeds
Discussion
Will be nil
if the stream doesn’t filter based on feeds
Declared In
FDWStream.h
onlyUnread
Whether the stream filters based on read status
@property (strong) NSNumber *onlyUnread
Discussion
@YES
if it only contains unread items@NO
if it doesn’t filter based on read status
Declared In
FDWStream.h
Instance Methods
destroy
Destroys the smart stream
- (void)destroy
Discussion
Note: This method is a convenience on [FDWClient destroyStream:completionHandler:]
Declared In
FDWStream.h