Stay organized with collections
Save and categorize content based on your preferences.
RemoveCustomAudienceOverrideRequest
open class RemoveCustomAudienceOverrideRequest
This POJO represents the TestCustomAudienceManager.removeCustomAudienceRemoteInfoOverride(
request.
It contains fields buyer
and name
which will serve as the identifier for the overrides to be removed.
Summary
Public constructors
RemoveCustomAudienceOverrideRequest
RemoveCustomAudienceOverrideRequest(
buyer: AdTechIdentifier,
name: String)
Public methods
getName
open fun getName(): String
Return |
String |
name of the custom audience being overridden 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,["# RemoveCustomAudienceOverrideRequest\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\nRemoveCustomAudienceOverrideRequest\n===================================\n\n*** ** * ** ***\n\nKotlin \\|[Java](/reference/android/adservices/customaudience/RemoveCustomAudienceOverrideRequest \"View this page in Java\") \n\n```\nopen class RemoveCustomAudienceOverrideRequest\n```\n\n|---|----------------------------------------------------------------------------|\n| [kotlin.Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html) ||\n| ↳ | [android.adservices.customaudience.RemoveCustomAudienceOverrideRequest](#) |\n\nThis POJO represents the [TestCustomAudienceManager.removeCustomAudienceRemoteInfoOverride(](/reference/kotlin/android/adservices/customaudience/TestCustomAudienceManager#removeCustomAudienceRemoteInfoOverride(android.adservices.customaudience.RemoveCustomAudienceOverrideRequest,%20java.util.concurrent.Executor,%20android.os.OutcomeReceiver)) request.\n\nIt contains fields `buyer` and `name` which will serve as the identifier for the overrides to be removed.\n\nSummary\n-------\n\n| Nested classes ||\n|---|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| | [Builder](/reference/kotlin/android/adservices/customaudience/RemoveCustomAudienceOverrideRequest.Builder) Builder for [RemoveCustomAudienceOverrideRequest](#) objects. |\n\n| Public constructors ||\n|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---|\n| [RemoveCustomAudienceOverrideRequest](#RemoveCustomAudienceOverrideRequest(android.adservices.common.AdTechIdentifier,%20kotlin.String))`(`buyer:` `[AdTechIdentifier](../common/AdTechIdentifier.html#)`, `name:` `[String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)`)` \u003cbr /\u003e |\n\n| Public methods ||\n|---------------------------------------------------------------------------------------|------------------------------------|\n| open [AdTechIdentifier](../common/AdTechIdentifier.html#) | [getBuyer](#getBuyer())`()` \u003cbr /\u003e |\n| open [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | [getName](#getName())`()` \u003cbr /\u003e |\n\nPublic constructors\n-------------------\n\n### RemoveCustomAudienceOverrideRequest\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```\nRemoveCustomAudienceOverrideRequest(\n buyer: AdTechIdentifier, \n name: String)\n```\n\n| Parameters ||\n|---------|----------------------------------------------------------------------------------------------------------------|\n| `buyer` | [AdTechIdentifier](../common/AdTechIdentifier.html#): This value cannot be `null`. |\n| `name` | [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html): This value cannot be `null`. |\n\nPublic methods\n--------------\n\n### getBuyer\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 getBuyer(): AdTechIdentifier\n```\n\n| Return ||\n|------------------------------------------------------|-------------------------------------------------------------------------------------------------------------|\n| [AdTechIdentifier](../common/AdTechIdentifier.html#) | an [AdTechIdentifier](../common/AdTechIdentifier.html#) representing the buyer This value cannot be `null`. |\n\n### getName\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 getName(): String\n```\n\n| Return ||\n|----------------------------------------------------------------------------------|---------------------------------------------------------------------------|\n| [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | name of the custom audience being overridden This value cannot be `null`. |"]]