OOManagedAdSpot Class Reference

Base class for concrete ad spot implementations. More...

#import "OOManagedAdSpot.h"

+ Inheritance diagram for OOManagedAdSpot:

Class Methods

(OOManagedAdSpot *) + adSpotFromDictionary:api:duration:
 

Properties

NSURL * clickURL
 The URL which should be opened when the OOAdSpot is clicked. More...
 
NSArray * trackingURLs
 The Array of URLs which should be pinged when the OOAdSpot plays. More...
 
- Properties inherited from OOAdSpot
NSNumber * time
 time to play the ad in second More...
 
int priority
 the priority to distinguish ad spots of same time, adspot having a smaller priority will be played first More...
 

Additional Inherited Members

- Instance Methods inherited from OOAdSpot
(instancetype) - initWithTime:
 Initialize an ad spot with time. More...
 
(NSComparisonResult) - compare:
 compare two ad spots based on their time * More...
 

Detailed Description

Base class for concrete ad spot implementations.

OOAdSpot.

Should not be used directly by app developers, instead use OOOoyalaAdSpot or OOVASTAd

OOAdSpot.h in OoyalaSDK

Warning
This is an abstract class. It is not meant to be instantiated.

Method Documentation

+ (OOManagedAdSpot *) adSpotFromDictionary: (NSDictionary *)  data
api: (OOPlayerAPIClient *)  api
duration: (Float64)  duration 

Property Documentation

- (NSURL*) clickURL
readatomicassign

The URL which should be opened when the OOAdSpot is clicked.

- (NSArray*) trackingURLs
readatomicassign

The Array of URLs which should be pinged when the OOAdSpot plays.


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