Struct google_firebasedynamiclinks1::DeviceInfo[][src]

pub struct DeviceInfo {
    pub language_code: Option<String>,
    pub language_code_raw: Option<String>,
    pub device_model_name: Option<String>,
    pub screen_resolution_height: Option<String>,
    pub timezone: Option<String>,
    pub screen_resolution_width: Option<String>,
}

Signals associated with the device making the request.

This type is not used in any activity, and only used as part of another schema.

Fields

Device language code setting.

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.

Device model name.

Device display resolution height.

Device timezone setting.

Device display resolution width.

Trait Implementations

impl Default for DeviceInfo
[src]

Returns the "default value" for a type. Read more

impl Clone for DeviceInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for DeviceInfo
[src]

Formats the value using the given formatter. Read more

impl Part for DeviceInfo
[src]

Auto Trait Implementations

impl Send for DeviceInfo

impl Sync for DeviceInfo