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.
|
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.
|
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 SafetyLabelsUpdateRequest
IOException
public AndroidPublisher.Applications.DeviceTierConfigs deviceTierConfigs()
The typical use is:
AndroidPublisher androidpublisher = new AndroidPublisher(...);
AndroidPublisher.DeviceTierConfigs.List request = androidpublisher.deviceTierConfigs().list(parameters ...)
Copyright © 2011–2025 Google. All rights reserved.