Package | Description |
---|---|
com.google.api.services.androidpublisher.model |
Modifier and Type | Method and Description |
---|---|
DeviceId |
DeviceId.clone() |
DeviceId |
DeviceId.set(String fieldName,
Object value) |
DeviceId |
DeviceId.setBuildBrand(String buildBrand)
Value of Build.BRAND.
|
DeviceId |
DeviceId.setBuildDevice(String buildDevice)
Value of Build.DEVICE.
|
Modifier and Type | Method and Description |
---|---|
List<DeviceId> |
DeviceSelector.getExcludedDeviceIds()
Device models excluded by this selector, even if they match all other conditions.
|
List<DeviceId> |
DeviceSelector.getIncludedDeviceIds()
Device models included by this selector.
|
Modifier and Type | Method and Description |
---|---|
DeviceSelector |
DeviceSelector.setExcludedDeviceIds(List<DeviceId> excludedDeviceIds)
Device models excluded by this selector, even if they match all other conditions.
|
DeviceSelector |
DeviceSelector.setIncludedDeviceIds(List<DeviceId> includedDeviceIds)
Device models included by this selector.
|
Copyright © 2011–2025 Google. All rights reserved.