RemoveAdSelectionFromOutcomesOverrideRequest
public
class
RemoveAdSelectionFromOutcomesOverrideRequest
extends Object
| java.lang.Object | |
| ↳ | android.adservices.adselection.RemoveAdSelectionFromOutcomesOverrideRequest |
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 #removeAdSelectionFromOutcomesConfigRemoteInfoOverride(
RemoveAdSelectionFromOutcomesOverrideRequest, Executor, OutcomeReceiver) request
It contains one field, a AdSelectionFromOutcomesConfig which serves as the identifier
of the override to be removed
Summary
Public constructors | |
|---|---|
RemoveAdSelectionFromOutcomesOverrideRequest(AdSelectionFromOutcomesConfig config)
Builds a |
|
Public methods | |
|---|---|
AdSelectionFromOutcomesConfig
|
getAdSelectionFromOutcomesConfig()
|
Inherited methods | |
|---|---|
Public constructors
RemoveAdSelectionFromOutcomesOverrideRequest
public RemoveAdSelectionFromOutcomesOverrideRequest (AdSelectionFromOutcomesConfig config)
Builds a RemoveAdSelectionOverrideRequest instance.
| Parameters | |
|---|---|
config |
AdSelectionFromOutcomesConfig: This value cannot be null. |
Public methods
getAdSelectionFromOutcomesConfig
public AdSelectionFromOutcomesConfig getAdSelectionFromOutcomesConfig ()
| Returns | |
|---|---|
AdSelectionFromOutcomesConfig |
AdSelectionConfig, the configuration of the ad selection process.
This value cannot be null. |