IosDeviceResponse

data class IosDeviceResponse(val iosModelId: String, val iosVersionId: String, val locale: String, val orientation: String)

A single iOS device.

Constructors

Link copied to clipboard
constructor(iosModelId: String, iosVersionId: String, locale: String, orientation: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

The id of the iOS major software 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.