No examples for this method. 
     
 
     
      Frequently called with: [Clear]  
     
 
      
    
 
     
     
     -1 
    
 
     
     
   | android.webkit.PluginStub | 
This interface is used to implement plugins in a WebView. A plugin package may extend this class and implement the abstract functions to create embedded or fullscreeen views displayed in a WebView. The PluginStub implementation will be provided the same NPP instance that is created through the native interface.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  |  | 
           Return a custom embedded view to draw the plugin.
           | |||||||||
|  |  | 
           Return a custom full-screen view to be displayed when the user requests a plugin display as full-screen.
           | |||||||||
Return a custom embedded view to draw the plugin.
| NPP | The native NPP instance. | 
|---|---|
| context | The current application's Context. | 
Return a custom full-screen view to be displayed when the user requests a plugin display as full-screen. Note that the application may choose not to display this View as completely full-screen.
| NPP | The native NPP instance. | 
|---|---|
| context | The current application's Context. |