Stay organized with collections Save and categorize content based on your preferences.

Installation

interface Installation

Known direct subclasses
AdbOptions

This interface is deprecated. Renamed to Installation


Options for the adb tool.

Summary

Public functions

@Incubating Unit

Sets the list of FULL_APK installation options

@Incubating Unit
installOptions(vararg options: String?)

Sets the list of FULL_APK installation options

Public properties

Collection<String>?

The list of FULL_APK installation options.

Int

The time out used for all adb operations.

Public functions

installOptions

@Incubating
fun installOptions(option: String?): Unit

Sets the list of FULL_APK installation options

installOptions

@Incubating
fun installOptions(vararg options: String?): Unit

Sets the list of FULL_APK installation options

Public properties

installOptions

val installOptionsCollection<String>?

The list of FULL_APK installation options.

timeOutInMs

val timeOutInMsInt

The time out used for all adb operations.