AddonsLoader

interface AddonsLoader

Addons should be annotated with Addon.

Inheritors

Functions

Link copied to clipboard
abstract fun load(addonObject: Any)

Loads the specified addon.

Link copied to clipboard
abstract fun unload(addonObject: Any)

Unloads the specified addon.