LimeContentRule Class Reference
| Inherits from | LimeObject : NSObject |
| Conforms to | NSCoding |
| Declared in | LimeContentRule.h LimeContentRule.m |
Tasks
Other Methods
-
ridproperty -
titleproperty -
perexproperty -
imageUrlproperty -
shareUrlproperty -
notificationproperty -
contentproperty -
abstractBeaconproperty
Other Methods
Properties
abstractBeacon
A beacon or geofence that is related to this content rule.
@property (nonatomic, strong) id<LimeRegionObjectProtocol> abstractBeaconDiscussion
A beacon or geofence that is related to this content rule.
Declared In
LimeContentRule.hcontent
An associated detailed content.
@property (nonatomic, strong) LimeContent *contentDiscussion
An associated detailed content.
Declared In
LimeContentRule.himageUrl
@property (nonatomic, strong) NSString *imageUrlDiscussion
URL for a image related to the content rule. Used for the content rule visual presentation purpose.
Declared In
LimeContentRule.hnotification
An associated notification
@property (nonatomic, strong) LimeNotification *notificationDiscussion
An associated notification
Declared In
LimeContentRule.hperex
@property (nonatomic, strong) NSString *perexDiscussion
Short perex description of the content rule. Used for the content rule visual presentation purpose.
Declared In
LimeContentRule.hrid
Record ID - can be assigned only if object is returned from the API and backed by a DB record.
@property (nonatomic, strong) NSNumber *ridDiscussion
Record ID - can be assigned only if object is returned from the API and backed by a DB record.
Declared In
LimeContentRule.hshareUrl
URL used when sharing the content associated with the content rule. Used for the content rule visual presesentation purpose.
@property (nonatomic, strong) NSString *shareUrlDiscussion
URL used when sharing the content associated with the content rule. Used for the content rule visual presesentation purpose.
Declared In
LimeContentRule.hInstance Methods
initWithDictionary:
Initialize an object with the contents of the dictionary.
- (id)initWithDictionary:(NSDictionary *)dictionaryParameters
- dictionary
An NSDictionary to be used for initializing object properties.
Return Value
This implementation of method alway raises an exception - subclass must override this method.
Discussion
Initialize an object with the contents of the dictionary.
WARNING: The default implementation in LimeObject class raises an exception. Make sure you override the method in your subclasses.
Declared In
LimeObject.h