Package-level declarations
Types
Link copied to clipboard
DSL allowing to configure parameters for creating uninstall session.
Functions
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
inline fun UninstallParameters(packageName: String, configure: UninstallParametersDsl.() -> Unit): UninstallParameters
Constructs a new instance of UninstallParameters.