Show / Hide Table of Contents

Class SplitApkVariant

Variant is a group of APKs that covers a part of the device configuration space. APKs from multiple variants are never combined on one device.

Inheritance
object
SplitApkVariant
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.AndroidPublisher.v3.Data
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public class SplitApkVariant : IDirectResponseSchema

Properties

ApkSet

Set of APKs, one set per module.

Declaration
[JsonProperty("apkSet")]
public virtual IList<ApkSet> ApkSet { get; set; }
Property Value
Type Description
IList<ApkSet>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Targeting

Variant-level targeting.

Declaration
[JsonProperty("targeting")]
public virtual VariantTargeting Targeting { get; set; }
Property Value
Type Description
VariantTargeting

VariantNumber

Number of the variant, starting at 0 (unless overridden). A device will receive APKs from the first variant that matches the device configuration, with higher variant numbers having priority over lower variant numbers.

Declaration
[JsonProperty("variantNumber")]
public virtual int? VariantNumber { get; set; }
Property Value
Type Description
int?

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX