ApiPlugin
  • 26 Nov 2024
  • 1 Minute to read
  • Dark
    Light

ApiPlugin

  • Dark
    Light

Article summary

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.