Stay organized with collections
Save and categorize content based on your preferences.
DynamicDelivery
@Incubating 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.
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-10 UTC.
[null,null,["Last updated 2025-02-10 UTC."],[],[],null,["# DynamicDelivery\n===============\n\n\n```\n@Incubating interface DynamicDelivery\n```\n\n\u003cbr /\u003e\n\n*** ** * ** ***\n\nDSL object to configure dynamic delivery of an asset pack.\n\nSummary\n-------\n\n| ### Public properties ||\n|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [Property](https://docs.gradle.org/current/javadoc/org/gradle/api/provider/Property.html)`\u003c`[String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)`\u003e` | [deliveryType](/reference/tools/gradle-api/7.4/com/android/build/api/dsl/DynamicDelivery#deliveryType()) Identifies the delivery type {install-time, fast-follow, on-demand} when the asset pack is used with a persistent app. |\n| [Property](https://docs.gradle.org/current/javadoc/org/gradle/api/provider/Property.html)`\u003c`[String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)`\u003e` | [instantDeliveryType](/reference/tools/gradle-api/7.4/com/android/build/api/dsl/DynamicDelivery#instantDeliveryType()) Identifies the delivery type {on-demand} when the asset pack is used with an instant app. |\n\nPublic properties\n-----------------\n\n### deliveryType\n\n```\nval deliveryType: Property\u003cString\u003e\n```\n\nIdentifies the delivery type {install-time, fast-follow, on-demand} when the asset pack is used with a persistent app. \n\n### instantDeliveryType\n\n```\nval instantDeliveryType: Property\u003cString\u003e\n```\n\nIdentifies the delivery type {on-demand} when the asset pack is used with an instant app."]]