Class ApkSplits
A single dynamic feature apk.
Implements
Inherited Members
Namespace: Google.Apis.Testing.v1.Data
Assembly: Google.Apis.Testing.v1.dll
Syntax
public class ApkSplits : IDirectResponseSchema
Properties
BundleSplits
A list of .apk files generated by bundletool to install to the device under test as a single android app with adb install-multiple. If specified, requires one or more bundle_splits. The first split specified represents the base APK, while subsequent splits represent feature apks.
Declaration
[JsonProperty("bundleSplits")]
public virtual IList<FileReference> BundleSplits { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<FileReference> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |