AndroidDeviceResponse

data class AndroidDeviceResponse(val androidModelId: String, val androidVersionId: String, val locale: String, val orientation: String)

A single Android device.

Constructors

Link copied to clipboard
fun AndroidDeviceResponse(androidModelId: String, androidVersionId: String, locale: String, orientation: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

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

Link copied to clipboard

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