FDWFeed Class Reference
Inherits from | NSObject |
Declared in | FDWFeed.h |
Tasks
Properties
-
feedID
The feed’s feedID
property -
title
The feed’s title
property -
feedURL
The feed’s URL
property -
siteURL
The feed’s site URL
property
Convenience Methods
-
– unsubscribe
Unsubscribes the user from the feed
Initialization
-
+ feedWithDictionary:
Creates an FDWFeed object from the JSON representation that the API returns
Instance Methods
unsubscribe
Unsubscribes the user from the feed
- (void)unsubscribe
Discussion
Note: This method is a convenience on [FDWClient unsubscribeFromFeed:completionHandler:]
Declared In
FDWFeed.h