Stay organized with collections
Save and categorize content based on your preferences.
BundleCodeTransparency
@Incubating interface BundleCodeTransparency
Summary
Public functions |
Unit |
Specifies the signing configuration for the code transparency feature of bundletool .
|
Public properties |
SigningConfig |
Specifies the signing configuration for the code transparency feature of bundletool .
|
Public functions
Public properties
signing
val signing: SigningConfig
Specifies the signing configuration for the code transparency feature of bundletool
.
When the SigningConfig
has all necessary values set, it will be used for signing non-debuggable bundles using code transparency.
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,["# BundleCodeTransparency\n======================\n\n\n```\n@Incubating interface BundleCodeTransparency\n```\n\n\u003cbr /\u003e\n\n*** ** * ** ***\n\nSummary\n-------\n\n| ### Public functions ||\n|------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html) | [signing](/reference/tools/gradle-api/7.4/com/android/build/api/dsl/BundleCodeTransparency#signing(kotlin.Function1))`(action: @`[ExtensionFunctionType](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-extension-function-type/index.html)` `[SigningConfig](/reference/tools/gradle-api/7.4/com/android/build/api/dsl/SigningConfig)`.() `-\u003e` `[Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)`)` Specifies the signing configuration for the code transparency feature of `bundletool`. |\n\n| ### Public properties ||\n|------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [SigningConfig](/reference/tools/gradle-api/7.4/com/android/build/api/dsl/SigningConfig) | [signing](/reference/tools/gradle-api/7.4/com/android/build/api/dsl/BundleCodeTransparency#signing()) Specifies the signing configuration for the code transparency feature of `bundletool`. |\n\nPublic functions\n----------------\n\n### signing\n\n```\nfun signing(action: @ExtensionFunctionType SigningConfig.() -\u003e Unit): Unit\n```\n\nSpecifies the signing configuration for the code transparency feature of `bundletool`.\n\nWhen the [SigningConfig](/reference/tools/gradle-api/7.4/com/android/build/api/dsl/SigningConfig) has all necessary values set, it will be used for signing non-debuggable bundles using code transparency.\n\nPublic properties\n-----------------\n\n### signing\n\n```\nval signing: SigningConfig\n```\n\nSpecifies the signing configuration for the code transparency feature of `bundletool`.\n\nWhen the [SigningConfig](/reference/tools/gradle-api/7.4/com/android/build/api/dsl/SigningConfig) has all necessary values set, it will be used for signing non-debuggable bundles using code transparency."]]