Stay organized with collections
Save and categorize content based on your preferences.
PrivacySandboxSdkBundle
@Incubating interface PrivacySandboxSdkBundle
Summary
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,["# PrivacySandboxSdkBundle\n=======================\n\n\n```\n@Incubating interface PrivacySandboxSdkBundle\n```\n\n\u003cbr /\u003e\n\n*** ** * ** ***\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) | [setVersion](/reference/tools/gradle-api/8.1/com/android/build/api/dsl/PrivacySandboxSdkBundle#setVersion(kotlin.Int,kotlin.Int,kotlin.Int))`(major: `[Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)`, minor: `[Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)`, patch: `[Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)`)` |\n\n| ### Public properties ||\n|-------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------|\n| [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)`?` | [applicationId](/reference/tools/gradle-api/8.1/com/android/build/api/dsl/PrivacySandboxSdkBundle#applicationId()) |\n| [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)`?` | [compatSdkProviderClassName](/reference/tools/gradle-api/8.1/com/android/build/api/dsl/PrivacySandboxSdkBundle#compatSdkProviderClassName()) |\n| [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)`?` | [packageName](/reference/tools/gradle-api/8.1/com/android/build/api/dsl/PrivacySandboxSdkBundle#packageName()) |\n| [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)`?` | [sdkProviderClassName](/reference/tools/gradle-api/8.1/com/android/build/api/dsl/PrivacySandboxSdkBundle#sdkProviderClassName()) |\n\nPublic functions\n----------------\n\n### setVersion\n\n```\n@Incubating\nfun setVersion(major: Int, minor: Int, patch: Int): Unit\n```\n\nPublic properties\n-----------------\n\n### applicationId\n\n```\nvar applicationId: String?\n``` \n\n### compatSdkProviderClassName\n\n```\nvar compatSdkProviderClassName: String?\n``` \n\n### packageName\n\n```\nvar packageName: String?\n``` \n\n### sdkProviderClassName\n\n```\nvar sdkProviderClassName: String?\n```"]]