OOVASTNonLinearAds.h
1 //
2 // OOVASTNonLinearAds.h
3 // OoyalaSDK
4 //
5 // Copyright © 2016 Brightcove, Inc. All rights reserved.
6 //
7 
8 #import <Foundation/Foundation.h>
9 #import "OOTBXML.h"
10 
15 @interface OOVASTNonLinearAds : NSObject
16 
17 @property (readonly, nonatomic, strong) NSMutableDictionary *trackingEvents;
18 @property (readonly, nonatomic, strong) NSMutableArray *nonLinears;
19 
20 - (id)initWithElement:(OOTBXMLElement *)element;
21 
22 @end
Definition: OOTBXML.h:54
NSMutableDictionary * trackingEvents
Definition: OOVASTNonLinearAds.h:17
NSMutableArray * nonLinears
Definition: OOVASTNonLinearAds.h:18
A list of non-linear, static advertisement that was defined in a VAST XML.
Definition: OOVASTNonLinearAds.h:15