public interface AllowPluginCallback extends PluginsSyncCallback<AllowPluginCallback.Params,AllowPluginCallback.Response>
Use the AllowPluginCallback.Response.allow()
method to allow the plugin.
Use the AllowPluginCallback.Response.deny()
method to deny the plugin.
Important: the engine will be blocked until the callback response is sent. It is not allowed to invoke any engine/browser methods in this callback.
Modifier and Type | Interface and Description |
---|---|
static interface |
AllowPluginCallback.Params
The parameters of the
AllowPluginCallback . |
static interface |
AllowPluginCallback.Response
A response for
AllowPluginCallback . |
on