InstallPluginScope
A scope for configuring install session parameters controlled by plugins.
An instance of this scope is passed to AckpineInstallPlugin.apply. Plugins may mutate it to influence the resulting InstallParameters, and may also register additional plugins transitively via registerPlugin.
Properties
Installation constraints. Default value is InstallConstraints.NONE.
Type of the package installer implementation.
Details for requesting the pre-commit install approval. Default value is InstallPreapproval.NONE.
Indicates whether the package being installed needs the update ownership enforcement. Default value is false.
Indicates whether user action should be required when the session is committed. Default value is true.
Functions
Resets constraints to InstallConstraints.NONE.
Resets preapproval to InstallPreapproval.NONE.
Registers a plugin for the install session.