public interface AppBundleVariantBuildOutput
| Modifier and Type | Method and Description |
|---|---|
java.io.File |
getApkFolder()
Returns the location of the generated APK(s) from the bundle.
|
java.io.File |
getBundleFile()
Returns the bundle file output (.aab file).
|
java.lang.String |
getName()
Variant full name.
|
@NonNull java.lang.String getName()
String representing this variant's name.@NonNull java.io.File getBundleFile()
@NonNull java.io.File getApkFolder()
The location is always returned but it may not have been generated if the build request only built the bundle.