OOOoyalaPlayer(Ads) Category Reference

#import <OOOoyalaPlayer+Ads.h>

Instance Methods

(BOOL) - needPlayAdsOnInitialContentPlay
 
(BOOL) - needPlayAds:withParameter:
 
(void) - switchToContent
 
(OOAdType) - adType
 
(void) - processExitAdModes:adsPlayed:
 
(void) - onAdIconClicked:
 Called when an icon is clicked. More...
 
(void) - onAdOverlayClicked:
 Called when an ad overlay is clicked. More...
 
(void) - insertAds:
 Insert VAST ads to the managed ad plugin. More...
 
(void) - clickAd
 Click on the currently playing ad. More...
 
(void) - resetAds
 Reset the state of ad plays. More...
 
(void) - skipAd
 Skips the currently playing ad (if one is playing. More...
 

Method Documentation

- (OOAdType) adType

Extends class OOOoyalaPlayer.

- (void) clickAd

Click on the currently playing ad.

Extends class OOOoyalaPlayer.

- (void) insertAds: (NSMutableArray *)  ads

Insert VAST ads to the managed ad plugin.

Parameters
adsthe ads to be inserted

Extends class OOOoyalaPlayer.

- (BOOL) needPlayAds: (OOAdMode)  mode
withParameter: (NSNumber *)  parameter 

Extends class OOOoyalaPlayer.

- (BOOL) needPlayAdsOnInitialContentPlay

Extends class OOOoyalaPlayer.

- (void) onAdIconClicked: (NSInteger)  index

Called when an icon is clicked.

Parameters
indexthe index of the icon

Extends class OOOoyalaPlayer.

- (void) onAdOverlayClicked: (NSString *)  clickUrl

Called when an ad overlay is clicked.

Parameters
clickUrlthe url of the overlay

Extends class OOOoyalaPlayer.

- (void) processExitAdModes: (OOAdMode)  mode
adsPlayed: (BOOL)  played 

Extends class OOOoyalaPlayer.

- (void) resetAds

Reset the state of ad plays.

Calling this will cause all ads which have been played to play again.

Extends class OOOoyalaPlayer.

- (void) skipAd

Skips the currently playing ad (if one is playing.

does nothing if not)

Extends class OOOoyalaPlayer.

- (void) switchToContent

Extends class OOOoyalaPlayer.


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