<OOAdPluginManagerProtocol> Protocol Reference

#import <OOAdPluginManagerProtocol.h>

Instance Methods

(BOOL) - registerPlugin:
 Register an Ad plugin. More...
 
(BOOL) - deregisterPlugin:
 deregister an Ad plugin More...
 
(BOOL) - exitAdMode:
 called when plugin exits ad mode More...
 
(BOOL) - requestAdMode:
 called when plugin request ad mode More...
 
(id< OOAdPlugin >) - activeAdPlugin
 Determine which ad plugin, if any, has control of the OoyalaPlayer. More...
 

Method Documentation

- (id<OOAdPlugin>) activeAdPlugin

Determine which ad plugin, if any, has control of the OoyalaPlayer.

Returns
the ad plugin which currently is in Ad Mode, or nil if no plugin is in ad mode
- (BOOL) deregisterPlugin: (id< OOAdPlugin >)  plugin

deregister an Ad plugin

Parameters
pluginthe plugin to be deregistered
Returns
true on success, false otherwise
- (BOOL) exitAdMode: (id< OOAdPlugin >)  plugin

called when plugin exits ad mode

Parameters
pluginthe plugin that exits
Returns
true on success, false otherwise
- (BOOL) registerPlugin: (id< OOAdPlugin >)  plugin

Register an Ad plugin.

Parameters
pluginthe plugin to be registered
Returns
true on success, false otherwise
- (BOOL) requestAdMode: (id< OOAdPlugin >)  plugin

called when plugin request ad mode

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

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