public class AndroidPublisher.Applications extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
AndroidPublisher.Applications.DataSafety |
class |
AndroidPublisher.Applications.DeviceTierConfigs
The "deviceTierConfigs" collection of methods.
|
class |
AndroidPublisher.Applications.Tracks
The "tracks" collection of methods.
|
| Constructor and Description |
|---|
Applications() |
| Modifier and Type | Method and Description |
|---|---|
AndroidPublisher.Applications.DataSafety |
dataSafety(String packageName,
SafetyLabelsUpdateRequest content)
Writes the Safety Labels declaration of an app.
|
AndroidPublisher.Applications.DeviceTierConfigs |
deviceTierConfigs()
An accessor for creating requests from the DeviceTierConfigs collection.
|
AndroidPublisher.Applications.Tracks |
tracks()
An accessor for creating requests from the Tracks collection.
|
public AndroidPublisher.Applications.DataSafety dataSafety(String packageName, SafetyLabelsUpdateRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.packageName - Required. Package name of the app.content - the SafetyLabelsUpdateRequestIOExceptionpublic AndroidPublisher.Applications.DeviceTierConfigs deviceTierConfigs()
The typical use is:
AndroidPublisher androidpublisher = new AndroidPublisher(...);AndroidPublisher.DeviceTierConfigs.List request = androidpublisher.deviceTierConfigs().list(parameters ...)
public AndroidPublisher.Applications.Tracks tracks()
The typical use is:
AndroidPublisher androidpublisher = new AndroidPublisher(...);AndroidPublisher.Tracks.List request = androidpublisher.tracks().list(parameters ...)
Copyright © 2011–2026 Google. All rights reserved.