Represents all information from a single VAST XML file. More...

#import <OOVASTAd.h>

+ Inheritance diagram for OOVASTAd:

Instance Methods

((unavailable("init not available") - __attribute__
 
(instancetype) - initWithXML:
 
(BOOL) - updateWithXML:
 

Properties

NSString * adID
 the ID of the Ad More...
 
NSInteger adSequence
 the sequence of the Ad More...
 
NSString * system
 the System More...
 
NSString * systemVersion
 the System Version More...
 
NSString * title
 the title of the Ad More...
 
NSString * adDescription
 the description of the Ad More...
 
NSMutableArray * surveyURLs
 the survey URLs of the Ad More...
 
NSMutableArray * errorCodes
 the error codes of the Ad More...
 
NSMutableArray * errorURLs
 the error URLs of the Ad More...
 
NSMutableArray * impressionURLs
 the impression URLs of the Ad More...
 
NSMutableArray * linearCreatives
 the Linear creatives of the Ad More...
 
NSMutableArray * nonLinearCreatives
 the Non Linear creatives of the Ad More...
 
NSMutableArray * companionCreatives
 the Companion creatives of the Ad More...
 
NSDictionary * extensions
 the extensions of the Ad More...
 

Detailed Description

Represents all information from a single VAST XML file.

Method Documentation

- ((unavailable("init not available") __attribute__
- (instancetype) initWithXML: (OOTBXMLElement *)  xml
- (BOOL) updateWithXML: (OOTBXMLElement *)  xml

Property Documentation

- (NSString*) adDescription
readnonatomicassign

the description of the Ad

- (NSString*) adID
readnonatomicassign

the ID of the Ad

- (NSInteger) adSequence
readwritenonatomicassign

the sequence of the Ad

- (NSMutableArray*) companionCreatives
readnonatomicassign

the Companion creatives of the Ad

- (NSMutableArray*) errorCodes
readnonatomicassign

the error codes of the Ad

- (NSMutableArray*) errorURLs
readnonatomicassign

the error URLs of the Ad

- (NSDictionary*) extensions
readnonatomicassign

the extensions of the Ad

- (NSMutableArray*) impressionURLs
readnonatomicassign

the impression URLs of the Ad

- (NSMutableArray*) linearCreatives
readnonatomicassign

the Linear creatives of the Ad

- (NSMutableArray*) nonLinearCreatives
readnonatomicassign

the Non Linear creatives of the Ad

- (NSMutableArray*) surveyURLs
readnonatomicassign

the survey URLs of the Ad

- (NSString*) system
readnonatomicassign

the System

- (NSString*) systemVersion
readnonatomicassign

the System Version

- (NSString*) title
readnonatomicassign

the title of the Ad


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