AssetPackExtension

@Incubating interface AssetPackExtension
com.android.build.api.dsl.AssetPackExtension

Extension properties for the Asset Pack plugin.

Summary

Public methods

abstract Unit

Properties

abstract DynamicDelivery

Contains the dynamic delivery settings for the asset pack.

abstract Property<String>

The split name to assign to the asset pack.

Public methods

dynamicDelivery

abstract fun dynamicDelivery(action: DynamicDelivery.() -> Unit): Unit

See Also

Properties

dynamicDelivery

abstract val dynamicDelivery: DynamicDelivery

Contains the dynamic delivery settings for the asset pack.

packName

abstract val packName: Property<String>

The split name to assign to the asset pack.