Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Flavor

The C# definition of the productFlavor type.
Read time 2 minutesLast updated 10 days ago

Definition

public sealed class Flavor : BaseBlock, ICloneable

Remarks

For more information about the element, see Android's documentation: ProductFlavor

Constructors

Constructor

Description

Flavor(System.String)Element constructor.

Properties

Property

Description

ApplicationIdThe C# definition of the
applicationId
property.
ApplicationIdSuffixThe C# definition of the
applicationIdSuffix
property.
ConsumerProguardFilesThe C# definition of the
consumerProguardFiles
property.
DimensionThe C# definition of the
dimension
property.
MinSdkThe C# definition of the
minSdk
property.
MissingDimensionStrategyThe C# definition of the
missingDimensionStrategy
property.
NdkThe C# definition of the
Ndk
element in a gradle file.
ProguardFilesThe C# definition of the
proguardFiles
property.
TargetSdkThe C# definition of the
targetSdk
property.
TestInstrumentationRunnerThe C# definition of the
testInstrumentationRunner
property.
VersionCodeThe C# definition of the
versionCode
property.
VersionNameThe C# definition of the
versionName
property.
VersionNameSuffixThe C# definition of the
versionNameSuffix
property.

Inheritance