Android · Example Payload

Google Play Developer Device Metadata Example

AIAndroidAutomotiveGoogleMachine LearningMobile DevelopmentSDKTVWearables

Google Play Developer Device Metadata Example is an example object payload from Android, with 11 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

manufacturerdeviceClassscreenWidthPxscreenHeightPxnativePlatformproductNamescreenDensityDpiglEsVersioncpuModelcpuMakeramMb

Example Payload

Raw ↑
{
  "manufacturer": "example_value",
  "deviceClass": "example_value",
  "screenWidthPx": 10,
  "screenHeightPx": 10,
  "nativePlatform": "example_value",
  "productName": "example_value",
  "screenDensityDpi": 10,
  "glEsVersion": 10,
  "cpuModel": "example_value",
  "cpuMake": "example_value",
  "ramMb": 10
}