public interface InstantAppVariantBuildOutput
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getApplicationId()
The applicationId for this Variant.
|
java.util.Collection<OutputFile> |
getFeatureOutputs()
Returns the collection of feature outputs for this Variant.
|
java.lang.String |
getName()
Variant full name.
|
OutputFile |
getOutput()
Returns the build output for this Variant.
|
@NonNull java.lang.String getName()
String representing this variant's name.@NonNull java.lang.String getApplicationId()
String representing this variant's applicationId.@NonNull OutputFile getOutput()
OutputFile for the output file for this variant.@NonNull java.util.Collection<OutputFile> getFeatureOutputs()
Collection of OutputFile for each of the APK feature
output files for this Variant.