ReportImpressionRequest

public class ReportImpressionRequest
extends Object

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


reportImpression API の入力パラメータを表します。

概要

パブリック コンストラクタ

ReportImpressionRequest(long adSelectionId, AdSelectionConfig adSelectionConfig)

パブリック メソッド

AdSelectionConfig getAdSelectionConfig()

adSelectionConfig(ReportImpressionRequest への入力の 1 つ)を返します。

long getAdSelectionId()

adSelectionId(ReportImpressionRequest への入力の 1 つ)を返します。

継承されるメソッド

パブリック コンストラクタ

ReportImpressionRequest

public ReportImpressionRequest (long adSelectionId,
                AdSelectionConfig adSelectionConfig)

パラメータ
adSelectionId long

adSelectionConfig AdSelectionConfig: この値を null にすることはできません。

パブリック メソッド

getAdSelectionConfig

public AdSelectionConfig getAdSelectionConfig ()

adSelectionConfig(ReportImpressionRequest への入力の 1 つ)を返します。

戻り値
AdSelectionConfig この値が null になることはありません。

getAdSelectionId

public long getAdSelectionId ()

adSelectionId(ReportImpressionRequest への入力の 1 つ)を返します。

戻り値
long