google_api_firebase_dynamic_links v0.11.0 GoogleApi.FirebaseDynamicLinks.V1.Model.DeviceInfo View Source

Signals associated with the device making the request.

Attributes

  • deviceModelName (type: String.t, default: nil) - Device model name.
  • languageCode (type: String.t, default: nil) - Device language code setting.
  • languageCodeFromWebview (type: String.t, default: nil) - Device language code setting obtained by executing JavaScript code in WebView.
  • languageCodeRaw (type: String.t, default: nil) - 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.
  • screenResolutionHeight (type: String.t, default: nil) - Device display resolution height.
  • screenResolutionWidth (type: String.t, default: nil) - Device display resolution width.
  • timezone (type: String.t, default: nil) - Device timezone setting.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.FirebaseDynamicLinks.V1.Model.DeviceInfo{
  deviceModelName: String.t(),
  languageCode: String.t(),
  languageCodeFromWebview: String.t(),
  languageCodeRaw: String.t(),
  screenResolutionHeight: String.t(),
  screenResolutionWidth: String.t(),
  timezone: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.