Bundle

interface Bundle


Features that apply to distribution by the bundle

Summary

Public functions

abi

fun abi(action: (@ExtensionFunctionType BundleAbi.() -> Unit)?): Unit

density

fun density(action: (@ExtensionFunctionType BundleDensity.() -> Unit)?): Unit

deviceTier

@Incubating
fun deviceTier(action: (@ExtensionFunctionType BundleDeviceTier.() -> Unit)?): Unit

language

fun language(action: (@ExtensionFunctionType BundleLanguage.() -> Unit)?): Unit

storeArchive

@Incubating
fun storeArchive(action: (@ExtensionFunctionType StoreArchive.() -> Unit)?): Unit

texture

fun texture(action: (@ExtensionFunctionType BundleTexture.() -> Unit)?): Unit

Public properties

abi

val abi: BundleAbi

codeTransparency

val codeTransparency: BundleCodeTransparency

density

val density: BundleDensity

deviceTier

val deviceTier: BundleDeviceTier

integrityConfigDir

val integrityConfigDir: DirectoryProperty

language

val language: BundleLanguage

storeArchive

val storeArchive: StoreArchive

texture

val texture: BundleTexture