已在 API 级别 34 中引入
也已在广告服务扩展 4 中引入

移除广告选择覆盖请求

public class RemoveAdSelectionOverrideRequest
extends Object

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


此 POJO 表示 TestAdSelectionManager#removeAdSelectionConfigRemoteInfoOverride( RemoveAdSelectionOverrideRequest, Executor, OutcomeReceiver) 请求

它包含一个字段,AdSelectionConfig 是 要移除的替换值

摘要

公共构造函数

RemoveAdSelectionOverrideRequest(AdSelectionConfig adSelectionConfig)

构建 RemoveAdSelectionOverrideRequest 实例。

公共方法

AdSelectionConfig getAdSelectionConfig()

继承的方法

公共构造函数

移除广告选择覆盖请求

已在 API 级别 34 中引入
也已在广告服务扩展 4 中引入
public RemoveAdSelectionOverrideRequest (AdSelectionConfig adSelectionConfig)

构建 RemoveAdSelectionOverrideRequest 实例。

参数
adSelectionConfig AdSelectionConfig:此值不能为 null

公共方法

getAdSelectionConfig

已在 API 级别 34 中引入
也已在广告服务扩展 4 中引入
public AdSelectionConfig getAdSelectionConfig ()

返回
AdSelectionConfig AdSelectionConfig,广告选择流程的配置。 此值不能为 null