RemoveAdSelectionOverrideRequest


public class RemoveAdSelectionOverrideRequest
extends Object

java.lang.Object
   ↳ android.adservices.adselection.RemoveAdSelectionOverrideRequest


This class was deprecated in API level 37.
The Rubidium (Rb) Relevance APIs, including those in android.adservices.adselection, are being deprecated. Relevance APIs have no direct replacement. Developers should stop using them, as calls will be rejected in future Android releases. Please refer to official Privacy Sandbox documentation for deprecation and roadmap details: https://privacysandbox.com/news/update-on-plans-for-privacy-sandbox-technologies/

This POJO represents the TestAdSelectionManager.removeAdSelectionConfigRemoteInfoOverride(RemoveAdSelectionOverrideRequest,Executor,OutcomeReceiver) request

It contains one field, a AdSelectionConfig which serves as the identifier of the override to be removed

Summary

Public constructors

RemoveAdSelectionOverrideRequest(AdSelectionConfig adSelectionConfig)

Builds a RemoveAdSelectionOverrideRequest instance.

Public methods

AdSelectionConfig getAdSelectionConfig()

Inherited methods