Stay organized with collections
Save and categorize content based on your preferences.
AssetPackExtension
interface AssetPackExtension
Extension properties for the Asset Pack plugin.
Summary
Public properties |
DynamicDelivery |
Contains the dynamic delivery settings for the asset pack.
|
Property<String> |
The split name to assign to the asset pack.
|
Public functions
Public properties
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-10 UTC."],[],[],null,["# AssetPackExtension\n==================\n\n\n```\ninterface AssetPackExtension\n```\n\n\u003cbr /\u003e\n\n*** ** * ** ***\n\nExtension properties for the Asset Pack plugin.\n\nSummary\n-------\n\n| ### Public functions ||\n|------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `@`[Incubating](https://docs.gradle.org/current/javadoc/org/gradle/api/Incubating.html)` `[Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html) | [dynamicDelivery](/reference/tools/gradle-api/7.3/com/android/build/api/dsl/AssetPackExtension#dynamicDelivery(kotlin.Function1))`(action: @`[ExtensionFunctionType](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-extension-function-type/index.html)` `[DynamicDelivery](/reference/tools/gradle-api/7.3/com/android/build/api/dsl/DynamicDelivery)`.() `-\u003e` `[Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)`)` |\n\n| ### Public properties ||\n|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [DynamicDelivery](/reference/tools/gradle-api/7.3/com/android/build/api/dsl/DynamicDelivery) | [dynamicDelivery](/reference/tools/gradle-api/7.3/com/android/build/api/dsl/AssetPackExtension#dynamicDelivery()) Contains the dynamic delivery settings for the asset pack. |\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` | [packName](/reference/tools/gradle-api/7.3/com/android/build/api/dsl/AssetPackExtension#packName()) The split name to assign to the asset pack. |\n\nPublic functions\n----------------\n\n### dynamicDelivery\n\n```\n@Incubating\nfun dynamicDelivery(action: @ExtensionFunctionType DynamicDelivery.() -\u003e Unit): Unit\n``` \n\n| See also ||\n|-----------------------------------------------------------------------------------------------------------------------------------|---|\n| [dynamicDelivery](/reference/tools/gradle-api/7.3/com/android/build/api/dsl/AssetPackExtension#dynamicDelivery(kotlin.Function1)) | |\n\nPublic properties\n-----------------\n\n### dynamicDelivery\n\n```\nval dynamicDelivery: DynamicDelivery\n```\n\nContains the dynamic delivery settings for the asset pack. \n\n### packName\n\n```\nval packName: Property\u003cString\u003e\n```\n\nThe split name to assign to the asset pack."]]