ReportImpressionRequest コンストラクター

定義

オーバーロード

名前 説明
ReportImpressionRequest(Int64)

オークション サーバー広告選択レポート要求の Ctor。

ReportImpressionRequest(Int64, AdSelectionConfig)

デバイス上の広告選択レポート要求の Ctor。

ReportImpressionRequest(IntPtr, JniHandleOwnership)

ReportImpressionRequest(Int64)

オークション サーバー広告選択レポート要求の Ctor。

[Android.Runtime.Register(".ctor", "(J)V", "", ApiSince=35)]
public ReportImpressionRequest(long adSelectionId);
[<Android.Runtime.Register(".ctor", "(J)V", "", ApiSince=35)>]
new Android.AdServices.AdSelection.ReportImpressionRequest : int64 -> Android.AdServices.AdSelection.ReportImpressionRequest

パラメーター

adSelectionId
Int64

から受信 AdSelectionManager#getAdSelectionData

属性

注釈

オークション サーバー広告選択レポート要求の Ctor。

adSelectionIdが、AdSelectionManager#getAdSelectionDataによって収集されたデバイス情報が含まれるサーバー オークション実行の場合、インプレッション レポート要求には広告選択 ID のみを含める必要があります。

AdSelectionManager#persistAdSelectionResult は、インプレッション レポート要求を行う前に、サーバーから暗号化された結果 BLOB を使用して呼び出す必要があります。

Javaドキュメント。

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象

ReportImpressionRequest(Int64, AdSelectionConfig)

デバイス上の広告選択レポート要求の Ctor。

[Android.Runtime.Register(".ctor", "(JLandroid/adservices/adselection/AdSelectionConfig;)V", "", ApiSince=34)]
public ReportImpressionRequest(long adSelectionId, Android.AdServices.AdSelection.AdSelectionConfig adSelectionConfig);
[<Android.Runtime.Register(".ctor", "(JLandroid/adservices/adselection/AdSelectionConfig;)V", "", ApiSince=34)>]
new Android.AdServices.AdSelection.ReportImpressionRequest : int64 * Android.AdServices.AdSelection.AdSelectionConfig -> Android.AdServices.AdSelection.ReportImpressionRequest

パラメーター

adSelectionId
Int64

から受信 AdSelectionManager#selectAds(AdSelectionConfig, Executor, OutcomeReceiver)

adSelectionConfig
AdSelectionConfig

トリガーに使用されるのと同じAdSelectionConfigAdSelectionManager#selectAds(AdSelectionConfig, Executor, OutcomeReceiver)

属性

注釈

デバイス上の広告選択レポート要求の Ctor。

adSelectionIdAdSelectionManager#selectAds(AdSelectionConfig, Executor, OutcomeReceiver)を使用したデバイス上のオークション実行の場合は、インプレッション レポート要求にAdSelectionConfigを含める必要があります。

Javaドキュメント。

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象

ReportImpressionRequest(IntPtr, JniHandleOwnership)

protected ReportImpressionRequest(IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.AdServices.AdSelection.ReportImpressionRequest : nativeint * Android.Runtime.JniHandleOwnership -> Android.AdServices.AdSelection.ReportImpressionRequest

パラメーター

javaReference
IntPtr

nativeint

適用対象