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.