OOVASTLinearAd Class Reference

Represents a single VAST linear advertisement. More...

#import <OOVASTLinearAd.h>

+ Inheritance diagram for OOVASTLinearAd:

Instance Methods

(id) - initWithXML:
 
(void) - updateTrackingEvents:
 
(void) - updateClickTrackingURLs:
 
(void) - merge:
 

Properties

NSMutableArray * icons
 
Float64 skipoffset
 
Float64 duration
 The duration of the ad in seconds. More...
 
NSMutableDictionary * trackingEvents
 The tracking events in an NSMutableDictionary of event name to NSMutableArray of NSString. More...
 
NSString * parameters
 The additional ad parameters. More...
 
NSString * clickThroughURL
 The click through url. More...
 
NSMutableArray * clickTrackingURLs
 The click tracking urls in an NSMutableArray of NSString. More...
 
NSMutableArray * customClickURLs
 The custom click urls in an NSMutableArray of NSString. More...
 
NSMutableArray * streams
 The streams in an NSMutableArray of OOStream. More...
 
NSMutableArray * errorCodes
 The error codes. More...
 

Detailed Description

Represents a single VAST linear advertisement.

Method Documentation

- (id) initWithXML: (OOTBXMLElement *)  xml
- (void) merge: (OOVASTLinearAd *)  linear
- (void) updateClickTrackingURLs: (NSMutableArray *)  newClickTrackingURLs
- (void) updateTrackingEvents: (NSMutableDictionary *)  newTrackingEvents

Property Documentation

- (NSString*) clickThroughURL
readnonatomicstrong

The click through url.

- (NSMutableArray*) clickTrackingURLs
readnonatomicstrong

The click tracking urls in an NSMutableArray of NSString.

- (NSMutableArray*) customClickURLs
readnonatomicstrong

The custom click urls in an NSMutableArray of NSString.

- (Float64) duration
readnonatomicassign

The duration of the ad in seconds.

- (NSMutableArray*) errorCodes
readnonatomicstrong

The error codes.

- (NSMutableArray*) icons
readnonatomicassign
- (NSString*) parameters
readnonatomicstrong

The additional ad parameters.

- (Float64) skipoffset
readnonatomicassign
- (NSMutableArray*) streams
readnonatomicstrong

The streams in an NSMutableArray of OOStream.

- (NSMutableDictionary*) trackingEvents
readnonatomicstrong

The tracking events in an NSMutableDictionary of event name to NSMutableArray of NSString.


The documentation for this class was generated from the following file: