Installation

Added in 7.0.0

interface Installation

Known direct subclasses
AdbOptions

This interface is deprecated. Renamed to Installation

ApplicationInstallation
DynamicFeatureInstallation

DSL object for configuring installation options for Dynamic Feature plugins.

LibraryInstallation

DSL object for configuring installation options for Library plugins.

TestInstallation

DSL object for configuring installation options for Test plugins.


Local installation options for the adb tool.

Summary

Public properties

MutableList<String>

The list of FULL_APK installation options.

Int

The time out used for all adb operations.

Public properties

installOptions

Added in 7.0.0
val installOptionsMutableList<String>

The list of FULL_APK installation options.

timeOutInMs

Added in 7.0.0
var timeOutInMsInt

The time out used for all adb operations.