BasePlugin

abstract class BasePlugin(source)

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
class Manifest

Properties

Link copied to clipboard

Full file path to the plugin.

Link copied to clipboard

Functions

Link copied to clipboard
open fun beforeUnload()

Called when your Plugin is being unloaded

Link copied to clipboard
open fun load()

Called when your Plugin is loaded

Link copied to clipboard

Used to register extractor instances of ExtractorApi

Link copied to clipboard
fun registerMainAPI(element: MainAPI)

Used to register providers instances of MainAPI