Interface InstantAppVariantBuildOutput


public interface InstantAppVariantBuildOutput
Model that represents an instant app variant build output.
  • Method Details

    • getName

      @NonNull String getName()
      Variant full name.
      Returns:
      a String representing this variant's name.
    • getApplicationId

      @NonNull String getApplicationId()
      The applicationId for this Variant.
      Returns:
      A String representing this variant's applicationId.
    • getOutput

      @NonNull OutputFile getOutput()
      Returns the build output for this Variant.
      Returns:
      a OutputFile for the output file for this variant.
    • getFeatureOutputs

      @NonNull Collection<OutputFile> getFeatureOutputs()
      Returns the collection of feature outputs for this Variant.
      Returns:
      a possibly empty Collection of OutputFile for each of the APK feature output files for this Variant.