Stay organized with collections
Save and categorize content based on your preferences.
RemoveAdSelectionOverrideRequest
open class RemoveAdSelectionOverrideRequest
This POJO represents the TestAdSelectionManager.removeAdSelectionConfigRemoteInfoOverride(
request
It contains one field, a AdSelectionConfig
which serves as the identifier of the override to be removed
Summary
Public constructors
Public methods
getAdSelectionConfig
open fun getAdSelectionConfig(): AdSelectionConfig
Return |
AdSelectionConfig |
AdSelectionConfig, the configuration of the ad selection process. This value cannot be null . |
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,["# RemoveAdSelectionOverrideRequest\n\nAdded in [API level 34](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \nAlso in [Ad Services Extensions 4](https://developer.android.com/sdkExtensions)\n\nRemoveAdSelectionOverrideRequest\n================================\n\n*** ** * ** ***\n\nKotlin \\|[Java](/reference/android/adservices/adselection/RemoveAdSelectionOverrideRequest \"View this page in Java\") \n\n```\nopen class RemoveAdSelectionOverrideRequest\n```\n\n|---|----------------------------------------------------------------------|\n| [kotlin.Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html) ||\n| ↳ | [android.adservices.adselection.RemoveAdSelectionOverrideRequest](#) |\n\nThis POJO represents the [TestAdSelectionManager.removeAdSelectionConfigRemoteInfoOverride(](/reference/kotlin/android/adservices/adselection/TestAdSelectionManager#removeAdSelectionConfigRemoteInfoOverride(android.adservices.adselection.RemoveAdSelectionOverrideRequest,%20java.util.concurrent.Executor,%20android.os.OutcomeReceiver)) request\n\nIt contains one field, a [AdSelectionConfig](/reference/kotlin/android/adservices/adselection/AdSelectionConfig) which serves as the identifier of the override to be removed\n\nSummary\n-------\n\n| Public constructors ||\n|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---|\n| [RemoveAdSelectionOverrideRequest](#RemoveAdSelectionOverrideRequest(android.adservices.adselection.AdSelectionConfig))`(`adSelectionConfig:` `[AdSelectionConfig](/reference/kotlin/android/adservices/adselection/AdSelectionConfig)`)` Builds a [RemoveAdSelectionOverrideRequest](#) instance. |\n\n| Public methods ||\n|----------------------------------------------------------------------------------------------|------------------------------------------------------------|\n| open [AdSelectionConfig](/reference/kotlin/android/adservices/adselection/AdSelectionConfig) | [getAdSelectionConfig](#getAdSelectionConfig())`()` \u003cbr /\u003e |\n\nPublic constructors\n-------------------\n\n### RemoveAdSelectionOverrideRequest\n\nAdded in [API level 34](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \nAlso in [Ad Services Extensions 4](https://developer.android.com/sdkExtensions) \n\n```\nRemoveAdSelectionOverrideRequest(adSelectionConfig: AdSelectionConfig)\n```\n\nBuilds a [RemoveAdSelectionOverrideRequest](#) instance.\n\n| Parameters ||\n|---------------------|-----------------------------------------------------------------------------------------------------------------------|\n| `adSelectionConfig` | [AdSelectionConfig](/reference/kotlin/android/adservices/adselection/AdSelectionConfig): This value cannot be `null`. |\n\nPublic methods\n--------------\n\n### getAdSelectionConfig\n\nAdded in [API level 34](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \nAlso in [Ad Services Extensions 4](https://developer.android.com/sdkExtensions) \n\n```\nopen fun getAdSelectionConfig(): AdSelectionConfig\n```\n\n| Return ||\n|-----------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------|\n| [AdSelectionConfig](/reference/kotlin/android/adservices/adselection/AdSelectionConfig) | AdSelectionConfig, the configuration of the ad selection process. This value cannot be `null`. |"]]