MiscExtensionsProvider

Interface to provide installed MiscExtensions to this extension

Properties

Link copied to clipboard

List of required MiscExtensions. If empty, all installed extensions will be provided. If not empty, only the extensions with the specified ids will be provided

Functions

Link copied to clipboard
abstract fun setMiscExtensions(extensions: List<MiscExtension>)

Called when the extension is initialized, to provide the requiredMiscExtensions to the extension.