AdbOptions

@Incubating interface AdbOptions : Installation

Options for the adb tool.

Summary

Inherited functions

Unit installOptions(option: String)

Sets the list of FULL_APK installation options

Unit installOptions(vararg options: String)

Sets the list of FULL_APK installation options

Inherited properties

Collection<String>? installOptions

The list of FULL_APK installation options.

Int timeOutInMs

The time out used for all adb operations.