AckpinePluginRegistry
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<Params>>, parameters: Params): Self
Applies a plugin to a session.