AndroidDeviceListArgs

data class AndroidDeviceListArgs(val androidDevices: Output<List<AndroidDeviceArgs>>) : ConvertibleToJava<AndroidDeviceListArgs>

A list of Android device configurations in which the test is to be executed.

Constructors

Link copied to clipboard
fun AndroidDeviceListArgs(androidDevices: Output<List<AndroidDeviceArgs>>)

Functions

Link copied to clipboard
open override fun toJava(): AndroidDeviceListArgs

Properties

Link copied to clipboard

A list of Android devices.