#import <OOAdPluginManagerProtocol.h>
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
- 
  
    | plugin | the plugin to be deregistered |  
 
- Returns
- true on success, false otherwise 
 
 
called when plugin exits ad mode 
- Parameters
- 
  
    | plugin | the plugin that exits |  
 
- Returns
- true on success, false otherwise 
 
 
      
        
          | - (BOOL) registerPlugin: |  | (id< OOAdPlugin >) | plugin |  | 
      
 
Register an Ad plugin. 
- Parameters
- 
  
    | plugin | the plugin to be registered |  
 
- Returns
- true on success, false otherwise 
 
 
called when plugin request ad mode 
- Parameters
- 
  
    | plugin | the plugin that request ad mode |  
 
- Returns
- true on success, false otherwise 
 
 
The documentation for this protocol was generated from the following file: