Device Streaming v1 API - Class AndroidDevice (1.0.0-beta01)

public sealed class AndroidDevice : IMessage<AndroidDevice>, IEquatable<AndroidDevice>, IDeepCloneable<AndroidDevice>, IBufferMessage, IMessage

Reference documentation and code samples for the Device Streaming v1 API class AndroidDevice.

A single Android device.

Inheritance

object > AndroidDevice

Namespace

Google.Cloud.DeviceStreaming.V1

Assembly

Google.Cloud.DeviceStreaming.V1.dll

Constructors

AndroidDevice()

public AndroidDevice()

AndroidDevice(AndroidDevice)

public AndroidDevice(AndroidDevice other)
Parameter
Name Description
other AndroidDevice

Properties

AndroidModelId

public string AndroidModelId { get; set; }

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

Property Value
Type Description
string

AndroidVersionId

public string AndroidVersionId { get; set; }

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

Property Value
Type Description
string

Locale

public string Locale { get; set; }

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

Property Value
Type Description
string

Orientation

public string Orientation { get; set; }

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

Property Value
Type Description
string