DynamicDelivery
interface DynamicDelivery
DSL object to configure dynamic delivery of an asset pack.
Summary
| Public properties | |
|---|---|
| Property<String> | Identifies the delivery type {install-time, fast-follow, on-demand} when the asset pack is used with a persistent app. | 
| Property<String> | Identifies the delivery type {on-demand} when the asset pack is used with an instant app. | 
Public properties
deliveryType
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
val instantDeliveryType: Property<String>
Identifies the delivery type {on-demand} when the asset pack is used with an instant app.
