VariantOutputConfiguration

interface VariantOutputConfiguration
com.android.build.api.variant.VariantOutputConfiguration

Summary

Nested classes

enum

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

Properties

abstract Collection<FilterConfiguration>

Returns a possibly empty list of FilterConfiguration for this output.

abstract VariantOutputConfiguration.OutputType

Returns the output type of the referenced APK.

Properties

filters

abstract val filters: Collection<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.

Return
list of FilterConfiguration for this output.

outputType

abstract val outputType: VariantOutputConfiguration.OutputType

Returns the output type of the referenced APK.

Return
the OutputType for this APK