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

Public constructors

RemoveAdSelectionOverrideRequest

public RemoveAdSelectionOverrideRequest (AdSelectionConfig adSelectionConfig)

Builds a RemoveAdSelectionOverrideRequest instance.

Parameters
adSelectionConfig AdSelectionConfig: This value cannot be null.

Public methods

getAdSelectionConfig

Added in API level 34
Also in Ad Services Extensions 4
Deprecated in API level 37
public AdSelectionConfig getAdSelectionConfig ()

Returns
AdSelectionConfig AdSelectionConfig, the configuration of the ad selection process.
This value cannot be null.