Interface AppBundleVariantBuildOutput


public interface AppBundleVariantBuildOutput
Model that represents the variant build output of a bundle file.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the location of the generated APK(s) from the bundle.
    Returns the bundle file output (.aab file).
    Variant full name.
  • Method Details

    • getName

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

      @NonNull File getBundleFile()
      Returns the bundle file output (.aab file).
      Returns:
      the output file for this variant.
    • getApkFolder

      @NonNull File getApkFolder()
      Returns the location of the generated APK(s) from the bundle.

      The location is always returned but it may not have been generated if the build request only built the bundle.

      Returns:
      the folder containing the APKs.