Package com.android.builder.model
Interface InstantAppVariantBuildOutput
public interface InstantAppVariantBuildOutput
Model that represents an instant app variant build output.
-
Method Summary
Modifier and TypeMethodDescriptionThe applicationId for this Variant.Returns the collection of feature outputs for this Variant.getName()Variant full name.Returns the build output for this Variant.
-
Method Details
-
getName
Variant full name.- Returns:
- a
Stringrepresenting this variant's name.
-
getApplicationId
The applicationId for this Variant.- Returns:
- A
Stringrepresenting this variant's applicationId.
-
getOutput
Returns the build output for this Variant.- Returns:
- a
OutputFilefor the output file for this variant.
-
getFeatureOutputs
Returns the collection of feature outputs for this Variant.- Returns:
- a possibly empty
CollectionofOutputFilefor each of the APK feature output files for this Variant.
-