Package | Description |
---|---|
com.google.api.services.androidpublisher.model |
Modifier and Type | Method and Description |
---|---|
SystemFeature |
SystemFeature.clone() |
SystemFeature |
SystemFeature.set(String fieldName,
Object value) |
SystemFeature |
SystemFeature.setName(String name)
The name of the feature.
|
Modifier and Type | Method and Description |
---|---|
List<SystemFeature> |
DeviceSelector.getForbiddenSystemFeatures()
A device that has any of these system features is excluded by this selector, even if it matches
all other conditions.
|
List<SystemFeature> |
DeviceSelector.getRequiredSystemFeatures()
A device needs to have all these system features to be included by the selector.
|
Modifier and Type | Method and Description |
---|---|
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.setRequiredSystemFeatures(List<SystemFeature> requiredSystemFeatures)
A device needs to have all these system features to be included by the selector.
|
Copyright © 2011–2025 Google. All rights reserved.