DynamicDelivery
@Incubating interface DynamicDelivery
| com.android.build.api.dsl.DynamicDelivery | 
DSL object to configure dynamic delivery of an asset pack.
Summary
| Properties | |
|---|---|
| abstract Property<String> | Identifies the delivery type {install-time, fast-follow, on-demand} when the asset pack is used with a persistent app. | 
| abstract Property<String> | Identifies the delivery type {on-demand} when the asset pack is used with an instant app. | 
Properties
deliveryType
abstract val deliveryType: Property<String>
Identifies the delivery type {install-time, fast-follow, on-demand} when the asset pack is used with a persistent app.
instantDeliveryType
abstract val instantDeliveryType: Property<String>
Identifies the delivery type {on-demand} when the asset pack is used with an instant app.
