AckpinePluginRegistry
Deprecated
Use typed registerPlugin methods on InstallParameters.Builder or UninstallParameters.Builder directly. This will become an error in the next minor version. Using methods of this interface with untyped plugins (implementing AckpinePlugin directly) will throw.
A registry allowing to add plugins to a session.
Inheritors
Functions
Link copied to clipboard
abstract fun <Params : AckpinePlugin.Parameters> usePlugin(plugin: Class<out AckpinePlugin>, parameters: Params): Self
Applies a plugin to a session.