Builder

Constructors

Link copied to clipboard
constructor(baseApk: Uri)
@RequiresApi(value = 21)
constructor(apks: Iterable<Uri>)

Properties

Link copied to clipboard

List of APKs URIs to install in one session.

Link copied to clipboard
open override var confirmation: Confirmation

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

Link copied to clipboard

Type of the package installer implementation.

Link copied to clipboard

Mode for an install session. Takes effect only when using InstallerType.SESSION_BASED installer.

Link copied to clipboard

Optional name of the session. It may be a name of the app being installed or a file name. Used in default notification content text.

Link copied to clipboard

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

Link copied to clipboard

Indicate whether user action should be required when the session is committed. By default equals to true.

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Constructs a new instance of InstallParameters.

Link copied to clipboard

Sets InstallParameters.installerType, maintaining the following invariants:

Link copied to clipboard