Show / Hide Table of Contents

Class Device

Mobile device metadata.

Inheritance
object
Device
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.FirebaseCrashlytics.v1alpha.Data
Assembly: Google.Apis.FirebaseCrashlytics.v1alpha.dll
Syntax
public class Device : IDirectResponseSchema

Properties

Architecture

Device processor architecture.

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

CompanyName

An invariant name of the manufacturer that submitted this product in its most recognizable public form, e.g. "Google".

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

DisplayName

Full device name, suitable for passing to DeviceFilter. Format: "manufacturer (model)".

Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { 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

FormFactor

See FormFactor message.

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

Manufacturer

Device brand name which is consistent with android.os.Build.BRAND.

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

MarketingName

Marketing name, most recognizable public form, e.g. "Pixel 6".

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

Model

The model name which is consistent with android.os.Build.MODEL, e.g. ("SPH-L710", "GT-I9300").

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX