Show / Hide Table of Contents

Class DeviceInfo

Signals associated with the device making the request.

Inheritance
object
DeviceInfo
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.FirebaseDynamicLinks.v1.Data
Assembly: Google.Apis.FirebaseDynamicLinks.v1.dll
Syntax
public class DeviceInfo : IDirectResponseSchema

Properties

DeviceModelName

Device model name.

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

LanguageCode

Device language code setting.

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

LanguageCodeFromWebview

Device language code setting obtained by executing JavaScript code in WebView.

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

LanguageCodeRaw

Device language code raw setting. iOS does returns language code in different format than iOS WebView. For example WebView returns en_US, but iOS returns en-US. Field below will return raw value returned by iOS.

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

ScreenResolutionHeight

Device display resolution height.

Declaration
[JsonProperty("screenResolutionHeight")]
public virtual long? ScreenResolutionHeight { get; set; }
Property Value
Type Description
long?

ScreenResolutionWidth

Device display resolution width.

Declaration
[JsonProperty("screenResolutionWidth")]
public virtual long? ScreenResolutionWidth { get; set; }
Property Value
Type Description
long?

Timezone

Device timezone setting.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX