SHFeedObject Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | SHFeedObject.h |
feed_id
A unique identifier for the feed item.
@property (nonatomic, strong) NSString *feed_idDeclared In
SHFeedObject.h
message
Message of this feed.
@property (nonatomic, strong) NSString *messageDeclared In
SHFeedObject.h
campaign
Campaign this feed belongs to.
@property (nonatomic, strong) NSString *campaignDeclared In
SHFeedObject.h
content
Json content, parse to NSObject.
@property (nonatomic, strong) id contentDeclared In
SHFeedObject.h
activates
A timestamp when the item activates (it will not be visible to clients before). It’s possible to be nil.
@property (nonatomic, strong) NSDate *activatesDeclared In
SHFeedObject.h
expires
A timestamp when the item expires (it will not be visible to clients after). It’s possible to be nil.
@property (nonatomic, strong) NSDate *expiresDeclared In
SHFeedObject.h
created
When the Feed item has been created.
@property (nonatomic, strong) NSDate *createdDeclared In
SHFeedObject.h
modified
When the Feed item was modified the last time.
@property (nonatomic, strong) NSDate *modifiedDeclared In
SHFeedObject.h
deleted
When the Feed item was deleted.
@property (nonatomic, strong) NSDate *deletedDeclared In
SHFeedObject.h
+ createFromDictionary:
Create from dictionary with filled properties.
+ (SHFeedObject *)createFromDictionary:(NSDictionary *)dictDeclared In
SHFeedObject.h
– serializeToDictionary
Serialize self into a dictionary.
- (NSDictionary *)serializeToDictionaryReturn Value
A dictionary with the feed information.
Declared In
SHFeedObject.h