移除 AdSelectionOverrideRequest
  public
  
  
  
  class
  RemoveAdSelectionOverrideRequest
  
    extends Object
  
  
  
  
  
  
| java.lang.Object | |
| ↳ | android.adservices.adselection.RemoveAdSelectionOverrideRequest | 
這個 POJO 代表 TestAdSelectionManager#removeAdSelectionConfigRemoteInfoOverride(
 RemoveAdSelectionOverrideRequest, Executor, OutcomeReceiver) 要求
 
其中含有 AdSelectionConfig 欄位,做為
 待移除的覆寫值
摘要
公用建構函式 | |
|---|---|
      
      RemoveAdSelectionOverrideRequest(AdSelectionConfig adSelectionConfig)
      
      
        
      
     | 
  |
公用方法 | |
|---|---|
        
        
        
        
        
        AdSelectionConfig
     | 
  
    
      
      getAdSelectionConfig()
      
      
     | 
  
繼承方法 | |
|---|---|
公用建構函式
移除 AdSelectionOverrideRequest
public RemoveAdSelectionOverrideRequest (AdSelectionConfig adSelectionConfig)
建構 RemoveAdSelectionOverrideRequest 例項。
| 參數 | |
|---|---|
adSelectionConfig | 
        
          AdSelectionConfig:此值不能為 null。 | 
      
公用方法
getAdSelectionConfig
public AdSelectionConfig getAdSelectionConfig ()
| 傳回 | |
|---|---|
AdSelectionConfig | 
        AdSelectionConfig,廣告選擇程序的設定。
 
 此值不能為 null。 |