Stay organized with collections
Save and categorize content based on your preferences.
RequestToken
open class RequestToken
An opaque token that identifies the current request to an IsolatedService
. This token must be passed as a parameter to all service methods that depend on per-request state.
Summary
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,["# RequestToken\n\nAdded in [API level 35](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels)\n\nRequestToken\n============\n\n*** ** * ** ***\n\nKotlin \\|[Java](/reference/android/adservices/ondevicepersonalization/RequestToken \"View this page in Java\") \n\n```\nopen class RequestToken\n```\n\n|---|--------------------------------------------------------------|\n| [kotlin.Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html) ||\n| ↳ | [android.adservices.ondevicepersonalization.RequestToken](#) |\n\nAn opaque token that identifies the current request to an [IsolatedService](/reference/kotlin/android/adservices/ondevicepersonalization/IsolatedService). This token must be passed as a parameter to all service methods that depend on per-request state.\n\nSummary\n-------"]]