Bundle
interface Bundle
com.android.build.api.dsl.Bundle |
Features that apply to distribution by the bundle
Summary
Public methods |
|
---|---|
abstract Unit | |
abstract Unit |
codeTransparency(action: BundleCodeTransparency.() -> Unit) |
abstract Unit |
density(action: BundleDensity.() -> Unit) |
abstract Unit |
deviceTier(action: BundleDeviceTier.() -> Unit) |
abstract Unit |
language(action: BundleLanguage.() -> Unit) |
abstract Unit |
texture(action: BundleTexture.() -> Unit) |
Properties |
|
---|---|
abstract BundleAbi | |
abstract BundleCodeTransparency | |
abstract BundleDensity | |
abstract BundleDeviceTier | |
abstract BundleLanguage | |
abstract BundleTexture |
Public methods
codeTransparency
@Incubating abstract fun codeTransparency(action: BundleCodeTransparency.() -> Unit): Unit
density
abstract fun density(action: BundleDensity.() -> Unit): Unit
deviceTier
@Incubating abstract fun deviceTier(action: BundleDeviceTier.() -> Unit): Unit
language
abstract fun language(action: BundleLanguage.() -> Unit): Unit
texture
abstract fun texture(action: BundleTexture.() -> Unit): Unit
Properties
abi
abstract val abi: BundleAbi
codeTransparency
abstract val codeTransparency: BundleCodeTransparency
density
abstract val density: BundleDensity
deviceTier
abstract val deviceTier: BundleDeviceTier
language
abstract val language: BundleLanguage
texture
abstract val texture: BundleTexture