ApiPlugin

Prev Next

IApiPlugin Interface

The IApiPlugin interface extends the IPlugin interface and provides a method to initialize the plugin with a list of parameters.

Implement this interface to create custom API plugins that can be initialized with specific parameters.

Methods

  • void initialize(List<object> params): Initializes the plugin with the given parameters.