AndroidDeviceListResponse

data class AndroidDeviceListResponse(val androidDevices: List<AndroidDeviceResponse>)

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

Constructors

Link copied to clipboard
constructor(androidDevices: List<AndroidDeviceResponse>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of Android devices.