Show / Hide Table of Contents

Class VariantTargeting

Targeting on the level of variants.

Inheritance
object
VariantTargeting
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 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

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX