LUCampaignRepresentationBasicV1 Class Reference
| Inherits from | LUAPIModel : NSObject |
| Declared in | LUCampaignRepresentationBasicV1.h LUCampaignRepresentationBasicV1.m |
Tasks
-
campaignDescriptionproperty -
campaignIDproperty -
titleproperty -
– largeIconURL -
– mediumIconURL -
– smallIconURL
Properties
campaignDescription
A description of the campaign.
@property (nonatomic, readonly, copy) NSString *campaignDescriptionDiscussion
A description of the campaign.
Declared In
LUCampaignRepresentationBasicV1.hInstance Methods
largeIconURL
The campaign’s icon, at 200x200 points. [UIScreen mainScreen].density is used to determine the
device’s density, so on a 2x retina display this will return the URL for an image at 400x400 pixels.
- (NSURL *)largeIconURLDiscussion
The campaign’s icon, at 200x200 points. [UIScreen mainScreen].density is used to determine the
device’s density, so on a 2x retina display this will return the URL for an image at 400x400 pixels.
Declared In
LUCampaignRepresentationBasicV1.hmediumIconURL
The campaign’s icon, at 100x100 points. [UIScreen mainScreen].density is used to determine the
device’s density, so on a 2x retina display this will return the URL for an image at 200x200 pixels.
- (NSURL *)mediumIconURLDiscussion
The campaign’s icon, at 100x100 points. [UIScreen mainScreen].density is used to determine the
device’s density, so on a 2x retina display this will return the URL for an image at 200x200 pixels.
Declared In
LUCampaignRepresentationBasicV1.hsmallIconURL
The campaign’s icon, at 50x50 points. [UIScreen mainScreen].density is used to determine the
device’s density, so on a 2x retina display this will return the URL for an image at 100x100 pixels.
- (NSURL *)smallIconURLDiscussion
The campaign’s icon, at 50x50 points. [UIScreen mainScreen].density is used to determine the
device’s density, so on a 2x retina display this will return the URL for an image at 100x100 pixels.
Declared In
LUCampaignRepresentationBasicV1.h