PTAd Class Reference
| Inherits from | NSObject |
| Declared in | PTAd.h |
Overview
The PTAd instance represents a primary linear asset spliced into the content. It can optionally contain an array of companion assets that must be displayed along with the linear asset.
Tasks
Properties
-
idReturns the id of the ad.
property -
primaryAssetReturns the primary linear asset associated with this ad
property -
companionAssetsReturns an array of companion banner assets associated with this ad.
property -
dataReturns the data of the ad.
property -
typeReturns the type of this ad (regular, c3 etc)
property
Properties
companionAssets
Returns an array of companion banner assets associated with this ad.
@property (retain, nonatomic) NSArray *companionAssetsDiscussion
Returns an array of companion banner assets associated with this ad.
Declared In
PTAd.hdata
Returns the data of the ad.
@property (retain, nonatomic) NSDictionary *dataDiscussion
Returns the data of the ad.
Declared In
PTAd.hid
Returns the id of the ad.
@property (retain, nonatomic) NSString *idDiscussion
Returns the id of the ad.
Declared In
PTAd.h