PluginsController

Controller for managing plugins initialized in the tracker.

Functions

Link copied to clipboard
abstract fun addPlugin(plugin: PluginIdentifiable)

Add a new plugin.

Link copied to clipboard
abstract fun removePlugin(identifier: String)

Remove plugin with the identifier.

Properties

Link copied to clipboard
abstract val identifiers: List<String>

List of initialized plugin identifiers.