A single ooyala video ad associated with specific time.
More...
#import "OOOoyalaAdSpot.h"
A single ooyala video ad associated with specific time.
OOOoyalaAdSpot.
OOOoyalaAdSpot.h in OoyalaSDK
- (NSArray *) embedCodesToAuthorize |
|
|
|
- (void) fetchPlaybackInfoWithCallback: |
|
(void(^)(BOOL success)) |
callback |
|
- (instancetype) initWithDictionary: |
|
(NSDictionary *) |
data |
api: |
|
(OOPlayerAPIClient *) |
theAPI |
|
|
| |
- (instancetype) initWithTime: |
|
(NSNumber *) |
theTime |
clickURL: |
|
(NSURL *) |
theClickURL |
trackingURLs: |
|
(NSArray *) |
theTrackingURLs |
embedCode: |
|
(NSString *) |
theEmbedCode |
api: |
|
(OOOoyalaAPIClient *) |
theAPI |
|
|
| |
Initialize an OOOoyalaAdSpot using the embed code.
- Parameters
-
[in] | theTime | the time at which to play the ad |
[in] | theClickURL | the clickthrough URL |
[in] | theTrackingURLs | the tracking URLs |
[in] | theEmbedCode | the embed code to initialize the OOOoyalaAdSpot with |
[in] | theAPI | the OOPlayerAPIClient that was used to fetch this OOOoyalaAdSpot |
- Returns
- the initialized OOOoyalaAdSpot
- (OOReturnState) updateWithDictionary: |
|
(NSDictionary *) |
data |
|
- (BOOL) heartbeatRequired |
|
readwritenonatomicassign |
- (NSMutableArray*) streams |
|
readnonatomicassign |
The documentation for this class was generated from the following file: