All Downloads are FREE. Search and download functionalities are using the official Maven repository.

xyz.shoaky.sourcedownloader.sdk.Plugin.kt Maven / Gradle / Ivy

The newest version!
package xyz.shoaky.sourcedownloader.sdk

interface Plugin {

    fun init(pluginContext: PluginContext)

    fun destroy(pluginContext: PluginContext)

    fun description(): PluginDescription
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy