public interface PluginStub
Modifier and Type | Method and Description |
---|---|
View |
getEmbeddedView(int NPP,
Context context)
Return a custom embedded view to draw the plugin.
|
View |
getFullScreenView(int NPP,
Context context)
Return a custom full-screen view to be displayed when the user requests
a plugin display as full-screen.
|
View getEmbeddedView(int NPP, Context context)
NPP
- The native NPP instance.context
- The current application's Context.View getFullScreenView(int NPP, Context context)
NPP
- The native NPP instance.context
- The current application's Context.