Show / Hide Table of Contents

Class DeviceMetadata

Inheritance
System.Object
DeviceMetadata
Implements
IDirectResponseSchema
Namespace: Google.Apis.AndroidPublisher.v2.Data
Assembly: Google.Apis.AndroidPublisher.v2.dll
Syntax
public class DeviceMetadata : object, IDirectResponseSchema

Properties

CpuMake

Device CPU make e.g. "Qualcomm"

Declaration
public virtual string CpuMake { get; set; }
Property Value
Type Description
System.String

CpuModel

Device CPU model e.g. "MSM8974"

Declaration
public virtual string CpuModel { get; set; }
Property Value
Type Description
System.String

DeviceClass

Device class (e.g. tablet)

Declaration
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
public virtual Nullable<int> GlEsVersion { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

Manufacturer

Device manufacturer (e.g. Motorola)

Declaration
public virtual string Manufacturer { get; set; }
Property Value
Type Description
System.String

NativePlatform

Comma separated list of native platforms (e.g. "arm", "arm7")

Declaration
public virtual string NativePlatform { get; set; }
Property Value
Type Description
System.String

ProductName

Device model name (e.g. Droid)

Declaration
public virtual string ProductName { get; set; }
Property Value
Type Description
System.String

RamMb

Device RAM in Megabytes e.g. "2048"

Declaration
public virtual Nullable<int> RamMb { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

ScreenDensityDpi

Screen density in DPI

Declaration
public virtual Nullable<int> ScreenDensityDpi { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

ScreenHeightPx

Screen height in pixels

Declaration
public virtual Nullable<int> ScreenHeightPx { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

ScreenWidthPx

Screen width in pixels

Declaration
public virtual Nullable<int> ScreenWidthPx { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

Implements

IDirectResponseSchema
Back to top