Package | Description |
---|---|
com.google.api.services.androidpublisher.model |
Modifier and Type | Method and Description |
---|---|
DeviceSelector |
DeviceSelector.clone() |
DeviceSelector |
DeviceSelector.set(String fieldName,
Object value) |
DeviceSelector |
DeviceSelector.setDeviceRam(DeviceRam deviceRam)
Conditions on the device's RAM.
|
DeviceSelector |
DeviceSelector.setExcludedDeviceIds(List<DeviceId> excludedDeviceIds)
Device models excluded by this selector, even if they match all other conditions.
|
DeviceSelector |
DeviceSelector.setForbiddenSystemFeatures(List<SystemFeature> forbiddenSystemFeatures)
A device that has any of these system features is excluded by this selector, even if it matches
all other conditions.
|
DeviceSelector |
DeviceSelector.setIncludedDeviceIds(List<DeviceId> includedDeviceIds)
Device models included by this selector.
|
DeviceSelector |
DeviceSelector.setRequiredSystemFeatures(List<SystemFeature> requiredSystemFeatures)
A device needs to have all these system features to be included by the selector.
|
DeviceSelector |
DeviceSelector.setSystemOnChips(List<SystemOnChip> systemOnChips)
Optional.
|
Modifier and Type | Method and Description |
---|---|
List<DeviceSelector> |
DeviceGroup.getDeviceSelectors()
Device selectors for this group.
|
Modifier and Type | Method and Description |
---|---|
DeviceGroup |
DeviceGroup.setDeviceSelectors(List<DeviceSelector> deviceSelectors)
Device selectors for this group.
|
Copyright © 2011–2025 Google. All rights reserved.