Class AppStoreAppActiveApkSet
An installable set of active APKs. A set of APKs might only contain 1 APK if the app in question publishes using APKs. If the app uses app bundles (or a similar technology), this set should contain all APKs (even optional ones) that might be installed for this app. A set of APKs should be installable together. If certain APKs are exclusive to one another and cannot be installed together, then a separate AppStoreAppActiveApkSet should be created.
Implements
Inherited Members
Namespace: Google.Apis.AndroidPublisher.v3.Data
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public class AppStoreAppActiveApkSet : IDirectResponseSchema
Properties
BaseApkId
Required. The ID for the main base application module. Example: base.apk or app.apk.
Declaration
[JsonProperty("baseApkId")]
public virtual string BaseApkId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SplitApkId
Optional. IDs for split modules that might be installed in combination with the base APK. Can be empty if app bundles (or a similar technology) are not used. Example: config.en.apk.
Declaration
[JsonProperty("splitApkId")]
public virtual IList<string> SplitApkId { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |