public class AndroidPublisher.Applications extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
AndroidPublisher.Applications.DeviceTierConfigs
The "deviceTierConfigs" collection of methods.
|
| Constructor and Description |
|---|
Applications() |
| Modifier and Type | Method and Description |
|---|---|
AndroidPublisher.Applications.DeviceTierConfigs |
deviceTierConfigs()
An accessor for creating requests from the DeviceTierConfigs collection.
|
public AndroidPublisher.Applications.DeviceTierConfigs deviceTierConfigs()
The typical use is:
AndroidPublisher androidpublisher = new AndroidPublisher(...);AndroidPublisher.DeviceTierConfigs.List request = androidpublisher.deviceTierConfigs().list(parameters ...)
Copyright © 2011–2023 Google. All rights reserved.