移除廣告選取覆寫要求

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
Ad Services Extensions 4 也已納入
public RemoveAdSelectionOverrideRequest (AdSelectionConfig adSelectionConfig)

建構一個 RemoveAdSelectionOverrideRequest 執行個體。

參數
adSelectionConfig AdSelectionConfig:此值不能為 null

公用方法

getAdSelectionConfig

已新增至 API 級別 34
Ad Services Extensions 4 也已納入
public AdSelectionConfig getAdSelectionConfig ()

傳回
AdSelectionConfig AdSelectionConfig,廣告選擇程序的設定。此值不能為 null