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