Show / Hide Table of Contents

Class ApkSplits

A single dynamic feature apk.

Inheritance
object
ApkSplits
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX