Builder

class Builder(packageName: String) : ConfirmationAware

Builder for UninstallParameters.

Constructors

Link copied to clipboard
constructor(packageName: String)

Properties

Link copied to clipboard
open override var confirmation: Confirmation

A strategy for handling user's confirmation of installation or uninstallation.

Link copied to clipboard

Data for a high-priority notification which launches confirmation activity.

Link copied to clipboard

Name of the package to be uninstalled.

Functions