RemoveAdSelectionFromOutcomesOverrideRequest

public class RemoveAdSelectionFromOutcomesOverrideRequest
extends Object

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


This POJO represents the 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 RemoveAdSelectionOverrideRequest instance.

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.