UninstallParametersDsl
DSL allowing to configure parameters for creating uninstall session.
Properties
Functions
Link copied to clipboard
Configures notification DSL.
Link copied to clipboard
abstract fun <Params : AckpinePlugin.Parameters> plugin(plugin: KClass<out AckpineUninstallPlugin<Params>>, parameters: Params)
Registers a plugin for the uninstall session.
Link copied to clipboard
inline fun <Plugin : AckpineUninstallPlugin<AckpinePlugin.Parameters.None>> UninstallParametersDsl.plugin()
Registers a plugin for the uninstall session. Plugin is the type of the plugin being registered.
Link copied to clipboard
abstract fun <Params : AckpinePlugin.Parameters> usePlugin(plugin: KClass<out AckpinePlugin>, parameters: Params)
Applies a plugin to a session.
Link copied to clipboard
Applies a plugin to a session. Plugin is the type of the plugin being applied.