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

Signals associated with the device making the request.

Attributes

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

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: any(),
  languageCode: any(),
  languageCodeFromWebview: any(),
  languageCodeRaw: any(),
  screenResolutionHeight: any(),
  screenResolutionWidth: any(),
  timezone: any()
}

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.