Package | Description |
---|---|
com.google.api.services.androidpublisher.model |
Modifier and Type | Method and Description |
---|---|
ApkDescription |
ApkDescription.clone() |
ApkDescription |
ApkDescription.set(String fieldName,
Object value) |
ApkDescription |
ApkDescription.setAssetSliceMetadata(SplitApkMetadata assetSliceMetadata)
Set only for asset slices.
|
ApkDescription |
ApkDescription.setInstantApkMetadata(SplitApkMetadata instantApkMetadata)
Set only for Instant split APKs.
|
ApkDescription |
ApkDescription.setPath(String path)
Path of the Apk, will be in the following format: .apk where DownloadId is the ID used to
download the apk using GeneratedApks.Download API.
|
ApkDescription |
ApkDescription.setSplitApkMetadata(SplitApkMetadata splitApkMetadata)
Set only for Split APKs.
|
ApkDescription |
ApkDescription.setStandaloneApkMetadata(StandaloneApkMetadata standaloneApkMetadata)
Set only for standalone APKs.
|
ApkDescription |
ApkDescription.setTargeting(ApkTargeting targeting)
Apk-level targeting.
|
Modifier and Type | Method and Description |
---|---|
List<ApkDescription> |
ApkSet.getApkDescription()
Description of the generated apks.
|
List<ApkDescription> |
AssetSliceSet.getApkDescription()
Asset slices.
|
Modifier and Type | Method and Description |
---|---|
ApkSet |
ApkSet.setApkDescription(List<ApkDescription> apkDescription)
Description of the generated apks.
|
AssetSliceSet |
AssetSliceSet.setApkDescription(List<ApkDescription> apkDescription)
Asset slices.
|
Copyright © 2011–2025 Google. All rights reserved.