InstallParameters

Parameters for creating install session.

Types

Link copied to clipboard

Properties

Link copied to clipboard

List of APKs URIs to install in one session.

Link copied to clipboard
open override val 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
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String