RemoveAdSelectionOverrideRequest
public
class
RemoveAdSelectionOverrideRequest
extends Object
| java.lang.Object | |
| ↳ | android.adservices.adselection.RemoveAdSelectionOverrideRequest |
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 |
|
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
public AdSelectionConfig getAdSelectionConfig ()
| Returns | |
|---|---|
AdSelectionConfig |
AdSelectionConfig, the configuration of the ad selection process.
This value cannot be null. |