ApiPlugin
- 26 Nov 2024
- 1 Minute to read
- Print
- DarkLight
ApiPlugin
- Updated on 26 Nov 2024
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
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.