OOPulseManager Class Reference

The Pulse Manager plugin allows you to display ads from Ooyala Pulse in the Ooyala Player. More...

#import <OOPulseManager.h>

+ Inheritance diagram for OOPulseManager:

Instance Methods

(instancetype) - initWithPlayer:
 Initialize the Pulse Manager. More...
 
(instancetype) - initWithPlayer:pulsePlayerOptions:
 

Properties

id< OOPulseManagerDelegate > delegate
 The object that acts as the delegate of the Pulse Manager. More...
 
OOPulsePlayerOptions * options
 

Detailed Description

The Pulse Manager plugin allows you to display ads from Ooyala Pulse in the Ooyala Player.

Method Documentation

- (instancetype) initWithPlayer: (OOOoyalaPlayer *)  player

Initialize the Pulse Manager.

Parameters
playerThe Ooyala Player to associate with this ad manager.
Returns
The OOPulseManager instance.
- (instancetype) initWithPlayer: (OOOoyalaPlayer *)  player
pulsePlayerOptions: (OOPulsePlayerOptions *)  pulsePlayerOptions 

Property Documentation

- (id<OOPulseManagerDelegate>) delegate
readwritenonatomicweak

The object that acts as the delegate of the Pulse Manager.

The delegate must adopt the OOPulseManagerDelegate protocol.

- (OOPulsePlayerOptions*) options
readwritenonatomicstrong

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