Installation
interface Installation
AdbOptions |
This interface is deprecated. Renamed to Installation |
Options for the adb tool.
Summary
Public functions |
|
---|---|
@Incubating Unit |
installOptions(option: String?) 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