Package | Description |
---|---|
com.google.api.services.androidpublisher.model |
Modifier and Type | Method and Description |
---|---|
DeviceRam |
DeviceRam.clone() |
DeviceRam |
DeviceSelector.getDeviceRam()
Conditions on the device's RAM.
|
DeviceRam |
DeviceRam.set(String fieldName,
Object value) |
DeviceRam |
DeviceRam.setMaxBytes(Long maxBytes)
Maximum RAM in bytes (bound excluded).
|
DeviceRam |
DeviceRam.setMinBytes(Long minBytes)
Minimum RAM in bytes (bound included).
|
Modifier and Type | Method and Description |
---|---|
DeviceSelector |
DeviceSelector.setDeviceRam(DeviceRam deviceRam)
Conditions on the device's RAM.
|
Copyright © 2011–2025 Google. All rights reserved.