PTAdAsset Class Reference
| Inherits from | NSObject |
| Declared in | PTAdAsset.h |
Tasks
Properties
-
adReturns the PTAd instance that this asset belongs to
property -
idReturns the id of the asset.
property -
formatReturns the format of the asset.
property -
sourceReturns the source of the asset.
property -
resourceTypeReturns the resourceType of the asset (static, iframe or html).
property -
creativeTypeReturns the mimeType of the asset.
property -
mediaFilesReturns an array of media files (creative formats) for this asset
property -
clickReturns the click instance associated with this asset
property -
behaviorDataReturns the behavior data of the asset.
property -
widthReturns the width of the asset.
property -
heightReturns the height of the asset.
property -
durationReturns the duration of the asset.
property -
dataReturns the data of the asset.
property
Properties
ad
Returns the PTAd instance that this asset belongs to
@property (nonatomic, assign) PTAd *adDiscussion
Returns the PTAd instance that this asset belongs to
Declared In
PTAdAsset.hbehaviorData
Returns the behavior data of the asset.
@property (nonatomic, retain) NSDictionary *behaviorDataDiscussion
Returns the behavior data of the asset.
Declared In
PTAdAsset.hclick
Returns the click instance associated with this asset
@property (nonatomic, retain) PTAdClick *clickDiscussion
Returns the click instance associated with this asset
Declared In
PTAdAsset.hcreativeType
Returns the mimeType of the asset.
@property (nonatomic, retain) NSString *creativeTypeDiscussion
Returns the mimeType of the asset.
Declared In
PTAdAsset.hdata
Returns the data of the asset.
@property (retain, nonatomic) NSDictionary *dataDiscussion
Returns the data of the asset.
Declared In
PTAdAsset.hduration
Returns the duration of the asset.
@property (nonatomic) double durationDiscussion
Returns the duration of the asset.
Declared In
PTAdAsset.hformat
Returns the format of the asset.
@property (nonatomic, retain) NSString *formatDiscussion
Returns the format of the asset.
Declared In
PTAdAsset.hheight
Returns the height of the asset.
@property (nonatomic) int heightDiscussion
Returns the height of the asset.
Declared In
PTAdAsset.hid
Returns the id of the asset.
@property (nonatomic, retain) NSString *idDiscussion
Returns the id of the asset.
Declared In
PTAdAsset.hmediaFiles
Returns an array of media files (creative formats) for this asset
@property (nonatomic, retain) NSMutableArray *mediaFilesDiscussion
Returns an array of media files (creative formats) for this asset
Declared In
PTAdAsset.hresourceType
Returns the resourceType of the asset (static, iframe or html).
@property (nonatomic, retain) NSString *resourceTypeDiscussion
Returns the resourceType of the asset (static, iframe or html).
Declared In
PTAdAsset.h