Package com.android.builder.model
Interface InstantAppProjectBuildOutput
public interface InstantAppProjectBuildOutput
Minimal model for an instant app project output.
-
Method Summary
Modifier and TypeMethodDescriptionReturns a collection ofInstantAppVariantBuildOutputidentifying all the variants for this project.
-
Method Details
-
getInstantAppVariantsBuildOutput
Returns a collection ofInstantAppVariantBuildOutputidentifying all the variants for this project.- Returns:
- a list of
InstantAppVariantBuildOutputper variant.
-