Class VariantTargeting
Targeting on the level of variants.
Implements
Inherited Members
Namespace: Google.Apis.AndroidPublisher.v3.Data
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public class VariantTargeting : IDirectResponseSchema
Properties
AbiTargeting
The abi that the variant targets
Declaration
[JsonProperty("abiTargeting")]
public virtual AbiTargeting AbiTargeting { get; set; }
Property Value
Type | Description |
---|---|
AbiTargeting |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
MultiAbiTargeting
Multi-api-level targeting
Declaration
[JsonProperty("multiAbiTargeting")]
public virtual MultiAbiTargeting MultiAbiTargeting { get; set; }
Property Value
Type | Description |
---|---|
MultiAbiTargeting |
ScreenDensityTargeting
The screen densities that this variant supports
Declaration
[JsonProperty("screenDensityTargeting")]
public virtual ScreenDensityTargeting ScreenDensityTargeting { get; set; }
Property Value
Type | Description |
---|---|
ScreenDensityTargeting |
SdkVersionTargeting
The sdk version that the variant targets
Declaration
[JsonProperty("sdkVersionTargeting")]
public virtual SdkVersionTargeting SdkVersionTargeting { get; set; }
Property Value
Type | Description |
---|---|
SdkVersionTargeting |
TextureCompressionFormatTargeting
Texture-compression-format-level targeting
Declaration
[JsonProperty("textureCompressionFormatTargeting")]
public virtual TextureCompressionFormatTargeting TextureCompressionFormatTargeting { get; set; }
Property Value
Type | Description |
---|---|
TextureCompressionFormatTargeting |