google_api_android_publisher v0.5.0 GoogleApi.AndroidPublisher.V3.Model.DeviceMetadata View Source
Attributes
cpuMake
(type:String.t
, default:nil
) - Device CPU make e.g. "Qualcomm"cpuModel
(type:String.t
, default:nil
) - Device CPU model e.g. "MSM8974"deviceClass
(type:String.t
, default:nil
) - Device class (e.g. tablet)glEsVersion
(type:integer()
, default:nil
) - OpenGL versionmanufacturer
(type:String.t
, default:nil
) - Device manufacturer (e.g. Motorola)nativePlatform
(type:String.t
, default:nil
) - Comma separated list of native platforms (e.g. "arm", "arm7")productName
(type:String.t
, default:nil
) - Device model name (e.g. Droid)ramMb
(type:integer()
, default:nil
) - Device RAM in Megabytes e.g. "2048"screenDensityDpi
(type:integer()
, default:nil
) - Screen density in DPIscreenHeightPx
(type:integer()
, default:nil
) - Screen height in pixelsscreenWidthPx
(type:integer()
, default:nil
) - Screen width in pixels
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 Sourcet() :: %GoogleApi.AndroidPublisher.V3.Model.DeviceMetadata{ cpuMake: String.t(), cpuModel: String.t(), deviceClass: String.t(), glEsVersion: integer(), manufacturer: String.t(), nativePlatform: String.t(), productName: String.t(), ramMb: integer(), screenDensityDpi: integer(), screenHeightPx: integer(), screenWidthPx: integer() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.