Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 468f067c authored by Derek Sollenberger's avatar Derek Sollenberger
Browse files

fixing documentation for PluginStub

Change-Id: I68fd9d0df3d8a5c39ad1de136a116f1b034323af
parent 4e54f330
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@ public interface PluginStub {

    /**
     * Return a custom embedded view to draw the plugin.
     * @param npp The native NPP instance.
     * @param NPP The native NPP instance.
     * @param context The current application's Context.
     * @return A custom View that will be managed by WebView.
     */
@@ -39,7 +39,7 @@ public interface PluginStub {
     * 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.
     * @param npp The native NPP instance.
     * @param NPP The native NPP instance.
     * @param context The current application's Context.
     * @return A custom View that will be managed by the application.
     */