com.ooyala.android.AdPluginManagerInterface Interface Reference
Inheritance diagram for com.ooyala.android.AdPluginManagerInterface:
com.ooyala.android.OoyalaPlayer

Classes

enum  AdMode
 

Public Member Functions

boolean registerPlugin (final AdPluginInterface plugin)
 Register an Ad plugin. More...
 
boolean deregisterPlugin (final AdPluginInterface plugin)
 deregister an Ad plugin More...
 
boolean exitAdMode (final AdPluginInterface plugin)
 called when plugin exits ad mode More...
 
boolean requestAdMode (final AdPluginInterface plugin)
 called when plugin request ad mode More...
 
Set< Integer > getCuePointsInMilliSeconds ()
 

Member Function Documentation

boolean com.ooyala.android.AdPluginManagerInterface.deregisterPlugin ( final AdPluginInterface  plugin)

deregister an Ad plugin

Parameters
pluginthe plugin to be deregistered
Returns
true on success, false otherwise

Implemented in com.ooyala.android.OoyalaPlayer.

boolean com.ooyala.android.AdPluginManagerInterface.exitAdMode ( final AdPluginInterface  plugin)

called when plugin exits ad mode

Parameters
pluginthe plugin that exits
Returns
true on success, false otherwise

Implemented in com.ooyala.android.OoyalaPlayer.

Set<Integer> com.ooyala.android.AdPluginManagerInterface.getCuePointsInMilliSeconds ( )
boolean com.ooyala.android.AdPluginManagerInterface.registerPlugin ( final AdPluginInterface  plugin)

Register an Ad plugin.

Parameters
pluginthe plugin to be registered
Returns
true on success, false otherwise

Implemented in com.ooyala.android.OoyalaPlayer.

boolean com.ooyala.android.AdPluginManagerInterface.requestAdMode ( final AdPluginInterface  plugin)

called when plugin request ad mode

Parameters
pluginthe plugin that request ad mode
Returns
true on success, false otherwise