AndroidDeviceArgs

data class AndroidDeviceArgs(val androidModelId: Output<String>, val androidVersionId: Output<String>, val locale: Output<String>, val orientation: Output<String>) : ConvertibleToJava<AndroidDeviceArgs>

A single Android device.

Constructors

Link copied to clipboard
fun AndroidDeviceArgs(androidModelId: Output<String>, androidVersionId: Output<String>, locale: Output<String>, orientation: Output<String>)

Functions

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

Properties

Link copied to clipboard
val androidModelId: Output<String>

The id of the Android device to be used. Use the TestEnvironmentDiscoveryService to get supported options.

Link copied to clipboard

The id of the Android OS version to be used. Use the TestEnvironmentDiscoveryService to get supported options.

Link copied to clipboard
val locale: Output<String>

The locale the test device used for testing. Use the TestEnvironmentDiscoveryService to get supported options.

Link copied to clipboard
val orientation: Output<String>

How the device is oriented during the test. Use the TestEnvironmentDiscoveryService to get supported options.