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
-
id
Returns the id of the ad.
property -
primaryAsset
Returns the primary linear asset associated with this ad
property -
companionAssets
Returns an array of companion banner assets associated with this ad.
property -
data
Returns the data of the ad.
property -
type
Returns 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 *companionAssets
Discussion
Returns an array of companion banner assets associated with this ad.
Declared In
PTAd.h
data
Returns the data of the ad.
@property (retain, nonatomic) NSDictionary *data
Discussion
Returns the data of the ad.
Declared In
PTAd.h
id
Returns the id of the ad.
@property (retain, nonatomic) NSString *id
Discussion
Returns the id of the ad.
Declared In
PTAd.h