RemoveAdSelectionFromOutcomesOverrideRequest


open class RemoveAdSelectionFromOutcomesOverrideRequest
kotlin.Any
   ↳ 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

Builds a RemoveAdSelectionOverrideRequest instance.

Public methods
open AdSelectionFromOutcomesConfig

Public constructors

RemoveAdSelectionFromOutcomesOverrideRequest

RemoveAdSelectionFromOutcomesOverrideRequest(config: AdSelectionFromOutcomesConfig)

Builds a RemoveAdSelectionOverrideRequest instance.

Parameters
config AdSelectionFromOutcomesConfig: This value cannot be null.

Public methods

getAdSelectionFromOutcomesConfig

open fun getAdSelectionFromOutcomesConfig(): AdSelectionFromOutcomesConfig
Return
AdSelectionFromOutcomesConfig AdSelectionConfig, the configuration of the ad selection process. This value cannot be null.