1 #import <Foundation/Foundation.h> 10 @property (readonly, nonatomic) NSString *
adID;
12 @property (readonly, nonatomic) NSString *
system;
14 @property (readonly, nonatomic) NSString *
title;
16 @property (readonly, nonatomic) NSMutableArray *
surveyURLs;
17 @property (readonly, nonatomic) NSMutableArray *
errorCodes;
18 @property (readonly, nonatomic) NSMutableArray *
errorURLs;
26 @property (readonly, nonatomic) NSDictionary *
extensions;
29 - (instancetype)init
__attribute__((unavailable("init not available")));
NSString * system
the System
Definition: OOVASTAd.h:12
NSMutableArray * errorCodes
the error codes of the Ad
Definition: OOVASTAd.h:17
NSMutableArray * impressionURLs
the impression URLs of the Ad
Definition: OOVASTAd.h:19
NSMutableArray * errorURLs
the error URLs of the Ad
Definition: OOVASTAd.h:18
NSDictionary * extensions
the extensions of the Ad
Definition: OOVASTAd.h:26
NSMutableArray * linearCreatives
the Linear creatives of the Ad
Definition: OOVASTAd.h:21
NSMutableArray * nonLinearCreatives
the Non Linear creatives of the Ad
Definition: OOVASTAd.h:22
NSInteger adSequence
the sequence of the Ad
Definition: OOVASTAd.h:11
NSString * adID
the ID of the Ad
Definition: OOVASTAd.h:10
Represents all information from a single VAST XML file.
Definition: OOVASTAd.h:8
NSString * systemVersion
the System Version
Definition: OOVASTAd.h:13
NSMutableArray * companionCreatives
the Companion creatives of the Ad
Definition: OOVASTAd.h:23
NSMutableArray * surveyURLs
the survey URLs of the Ad
Definition: OOVASTAd.h:16
NSString * title
the title of the Ad
Definition: OOVASTAd.h:14
(unavailable("init not available" __attribute__()
NSString * adDescription
the description of the Ad
Definition: OOVASTAd.h:15