| Interface | Description |
|---|---|
| AllowPluginCallback |
This callback is invoked when the engine wants to check whether a specific plugin is allowed or
not.
|
| AllowPluginCallback.Params |
The parameters of the
AllowPluginCallback. |
| AllowPluginCallback.Response |
A response for
AllowPluginCallback. |
| PluginsCallback |
A common interface for all plugin service callbacks must extend.
|
| PluginsSyncCallback<P,R> |
A common interface for all synchronous plugin service callbacks must extend.
|