Package | Description |
---|---|
com.google.api.services.androidpublisher.model |
Modifier and Type | Method and Description |
---|---|
DeviceMetadata |
DeviceMetadata.clone() |
DeviceMetadata |
UserComment.getDeviceMetadata()
Information about the characteristics of the user's device.
|
DeviceMetadata |
DeviceMetadata.set(String fieldName,
Object value) |
DeviceMetadata |
DeviceMetadata.setCpuMake(String cpuMake)
Device CPU make, e.g.
|
DeviceMetadata |
DeviceMetadata.setCpuModel(String cpuModel)
Device CPU model, e.g.
|
DeviceMetadata |
DeviceMetadata.setDeviceClass(String deviceClass)
Device class (e.g.
|
DeviceMetadata |
DeviceMetadata.setGlEsVersion(Integer glEsVersion)
OpenGL version
|
DeviceMetadata |
DeviceMetadata.setManufacturer(String manufacturer)
Device manufacturer (e.g.
|
DeviceMetadata |
DeviceMetadata.setNativePlatform(String nativePlatform)
Comma separated list of native platforms (e.g.
|
DeviceMetadata |
DeviceMetadata.setProductName(String productName)
Device model name (e.g.
|
DeviceMetadata |
DeviceMetadata.setRamMb(Integer ramMb)
Device RAM in Megabytes, e.g.
|
DeviceMetadata |
DeviceMetadata.setScreenDensityDpi(Integer screenDensityDpi)
Screen density in DPI
|
DeviceMetadata |
DeviceMetadata.setScreenHeightPx(Integer screenHeightPx)
Screen height in pixels
|
DeviceMetadata |
DeviceMetadata.setScreenWidthPx(Integer screenWidthPx)
Screen width in pixels
|
Modifier and Type | Method and Description |
---|---|
UserComment |
UserComment.setDeviceMetadata(DeviceMetadata deviceMetadata)
Information about the characteristics of the user's device.
|
Copyright © 2011–2025 Google. All rights reserved.