Class DeviceMetadata
Characteristics of the user's device.
Inheritance
System.Object
DeviceMetadata
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.AndroidPublisher.v3.Data
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public class DeviceMetadata : IDirectResponseSchema
Properties
CpuMake
Device CPU make, e.g. "Qualcomm"
Declaration
[JsonProperty("cpuMake")]
public virtual string CpuMake { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
CpuModel
Device CPU model, e.g. "MSM8974"
Declaration
[JsonProperty("cpuModel")]
public virtual string CpuModel { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
DeviceClass
Device class (e.g. tablet)
Declaration
[JsonProperty("deviceClass")]
public virtual string DeviceClass { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
GlEsVersion
OpenGL version
Declaration
[JsonProperty("glEsVersion")]
public virtual int? GlEsVersion { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
Manufacturer
Device manufacturer (e.g. Motorola)
Declaration
[JsonProperty("manufacturer")]
public virtual string Manufacturer { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
NativePlatform
Comma separated list of native platforms (e.g. "arm", "arm7")
Declaration
[JsonProperty("nativePlatform")]
public virtual string NativePlatform { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ProductName
Device model name (e.g. Droid)
Declaration
[JsonProperty("productName")]
public virtual string ProductName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
RamMb
Device RAM in Megabytes, e.g. "2048"
Declaration
[JsonProperty("ramMb")]
public virtual int? RamMb { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
ScreenDensityDpi
Screen density in DPI
Declaration
[JsonProperty("screenDensityDpi")]
public virtual int? ScreenDensityDpi { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
ScreenHeightPx
Screen height in pixels
Declaration
[JsonProperty("screenHeightPx")]
public virtual int? ScreenHeightPx { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
ScreenWidthPx
Screen width in pixels
Declaration
[JsonProperty("screenWidthPx")]
public virtual int? ScreenWidthPx { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |