AppBundleArgs

data class AppBundleArgs(val bundleLocation: Output<FileReferenceArgs>? = null) : ConvertibleToJava<AppBundleArgs>

An Android App Bundle file format, containing a BundleConfig.pb file, a base module directory, zero or more dynamic feature module directories. See https://developer.android.com/guide/app-bundle/build for guidance on building App Bundles.

Constructors

Link copied to clipboard
constructor(bundleLocation: Output<FileReferenceArgs>? = null)

Properties

Link copied to clipboard
val bundleLocation: Output<FileReferenceArgs>? = null

.aab file representing the app bundle under test.

Functions

Link copied to clipboard
open override fun toJava(): AppBundleArgs