ReportImpressionRequest

public class ReportImpressionRequest
extends Object

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


代表 reportImpression API 的輸入內容參數。

摘要

公用建構函式

ReportImpressionRequest(long adSelectionId, AdSelectionConfig adSelectionConfig)

公用方法

AdSelectionConfig getAdSelectionConfig()

回傳 adSelectionConfig (ReportImpressionRequest 的輸入內容之一)

long getAdSelectionId()

回傳 adSelectionId (ReportImpressionRequest 的輸入內容之一)

繼承方法

公用建構函式

ReportImpressionRequest

public ReportImpressionRequest (long adSelectionId, 
                AdSelectionConfig adSelectionConfig)

參數
adSelectionId long

adSelectionConfig AdSelectionConfig:此值不能為 null

公用方法

getAdSelectionConfig

public AdSelectionConfig getAdSelectionConfig ()

傳回 adSelectionConfig (ReportImpressionRequest 的輸入內容之一)

傳回
AdSelectionConfig 此值不能為 null

getAdSelectionId

public long getAdSelectionId ()

傳回 adSelectionId (ReportImpressionRequest 的輸入內容之一)

傳回
long