com.ooyala.android.pulseintegration.OoyalaPulseManager Class Reference

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

Classes

interface  Listener
 The OoyalaPulseManager.Listener provides a way for the OoyalaPulseManager to communicate with the host application. More...
 

Public Member Functions

 OoyalaPulseManager (OoyalaPlayer ooyalaPlayer, PulsePlayerOptions options)
 Initialize the Pulse Manager. More...
 
 OoyalaPulseManager (OoyalaPlayer ooyalaPlayer)
 Initialize the Pulse Manager. More...
 
void setListener (Listener listener)
 Set the object that will act as listener to the Pulse Manager. More...
 
void setOptions (PulsePlayerOptions options)
 

Detailed Description

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

Constructor & Destructor Documentation

com.ooyala.android.pulseintegration.OoyalaPulseManager.OoyalaPulseManager ( OoyalaPlayer  ooyalaPlayer,
PulsePlayerOptions  options 
)

Initialize the Pulse Manager.

Parameters
ooyalaPlayerThe Ooyala Player to associate with this ad manager.
optionsThe pulse ad player options
com.ooyala.android.pulseintegration.OoyalaPulseManager.OoyalaPulseManager ( OoyalaPlayer  ooyalaPlayer)

Initialize the Pulse Manager.

Parameters
ooyalaPlayerThe Ooyala Player to associate with this ad manager.

Member Function Documentation

void com.ooyala.android.pulseintegration.OoyalaPulseManager.setListener ( Listener  listener)

Set the object that will act as listener to the Pulse Manager.

Parameters
listenerThe listener conforming to the OoyalaPulseManager.Listener interface.
void com.ooyala.android.pulseintegration.OoyalaPulseManager.setOptions ( PulsePlayerOptions  options)