Interface AllowPluginCallback

All Superinterfaces:
Callback, PluginsCallback, PluginsSyncCallback<AllowPluginCallback.Params,AllowPluginCallback.Response>, SyncCallback<AllowPluginCallback.Params,AllowPluginCallback.Response>

This callback is invoked when the engine wants to check whether a specific plugin is allowed or not.

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.