Show / Hide Table of Contents

Class DeviceMetadata

Characteristics of the user's device.

Inheritance
object
DeviceMetadata
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
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
string

CpuModel

Device CPU model, e.g. "MSM8974"

Declaration
[JsonProperty("cpuModel")]
public virtual string CpuModel { get; set; }
Property Value
Type Description
string

DeviceClass

Device class (e.g. tablet)

Declaration
[JsonProperty("deviceClass")]
public virtual string DeviceClass { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

GlEsVersion

OpenGL version

Declaration
[JsonProperty("glEsVersion")]
public virtual int? GlEsVersion { get; set; }
Property Value
Type Description
int?

Manufacturer

Device manufacturer (e.g. Motorola)

Declaration
[JsonProperty("manufacturer")]
public virtual string Manufacturer { get; set; }
Property Value
Type Description
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
string

ProductName

Device model name (e.g. Droid)

Declaration
[JsonProperty("productName")]
public virtual string ProductName { get; set; }
Property Value
Type Description
string

RamMb

Device RAM in Megabytes, e.g. "2048"

Declaration
[JsonProperty("ramMb")]
public virtual int? RamMb { get; set; }
Property Value
Type Description
int?

ScreenDensityDpi

Screen density in DPI

Declaration
[JsonProperty("screenDensityDpi")]
public virtual int? ScreenDensityDpi { get; set; }
Property Value
Type Description
int?

ScreenHeightPx

Screen height in pixels

Declaration
[JsonProperty("screenHeightPx")]
public virtual int? ScreenHeightPx { get; set; }
Property Value
Type Description
int?

ScreenWidthPx

Screen width in pixels

Declaration
[JsonProperty("screenWidthPx")]
public virtual int? ScreenWidthPx { get; set; }
Property Value
Type Description
int?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX