VariantOutputConfiguration

Added in 4.2.0

interface VariantOutputConfiguration

Known direct subclasses
BuiltArtifact

Represents a built artifact that is present in the file system.

VariantOutput

Defines a variant output.


Summary

Nested types

Type of package file, either the main APK or a full split APK file containing resources for a particular split dimension.

Public properties

Collection<FilterConfiguration>

Returns a possibly empty list of FilterConfiguration for this output.

VariantOutputConfiguration.OutputType

Returns the output type of the referenced APK.

Public properties

filters

Added in 4.2.0
val filtersCollection<FilterConfiguration>

Returns a possibly empty list of FilterConfiguration for this output. If the list is empty, this means there is no filter associated to this output.

Returns
Collection<FilterConfiguration>

list of FilterConfiguration for this output.

outputType

Added in 4.2.0
val outputTypeVariantOutputConfiguration.OutputType

Returns the output type of the referenced APK.