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