OOManagedAdSpot.h
1 
10 #import "OOAdSpot.h"
11 #import "OOReturnState.h"
12 
13 @class OOPlayerAPIClient;
14 
20 
21 @property (readonly) NSURL *clickURL;
22 @property (readonly) NSArray *trackingURLs;
24 + (OOManagedAdSpot *)adSpotFromDictionary:(NSDictionary *)data
25  api:(OOPlayerAPIClient *)api
26  duration:(Float64)duration;
27 
28 @end
Base class for concrete ad spot implementations.
Definition: OOManagedAdSpot.h:19
NSURL * clickURL
The URL which should be opened when the OOAdSpot is clicked.
Definition: OOManagedAdSpot.h:21
A Generic class to hold AdSpot time info.
Definition: OOAdSpot.h:13
NSArray * trackingURLs
The Array of URLs which should be pinged when the OOAdSpot plays.
Definition: OOManagedAdSpot.h:22