ReportEventRequest.ReportingDestinations プロパティ

定義

報告先のビットフィールド (購入者、販売者、コンポーネント販売者、またはその組み合わせ) を返します。

public virtual Android.AdServices.AdSelection.ReportingDestination ReportingDestinations { [Android.Runtime.Register("getReportingDestinations", "()I", "GetGetReportingDestinationsHandler", ApiSince=35)] get; }
[<get: Android.Runtime.Register("getReportingDestinations", "()I", "GetGetReportingDestinationsHandler", ApiSince=35)>]
member this.ReportingDestinations : Android.AdServices.AdSelection.ReportingDestination

プロパティ値

属性

注釈

報告先のビットフィールド (購入者、販売者、コンポーネント販売者、またはその組み合わせ) を返します。

このビットフィールドを作成するには、報告する各reportingDestinationの間に|ビットごとの演算子を配置します。 たとえば、購入者のみにレポートするには、[reportingDestinations] フィールドを [ #FLAG_REPORTING_DESTINATION_BUYER 売り手のみに報告する] に設定し、[reportingDestinations] フィールドを [ #FLAG_REPORTING_DESTINATION_SELLER 購入者と販売者に報告する] に設定し、[reportingDestinations] フィールドを [ #FLAG_REPORTING_DESTINATION_BUYER | #FLAG_REPORTING_DESTINATION_SELLERに設定します。 購入者、販売者、コンポーネント販売者に報告するには、reportingDestinations フィールドを #FLAG_REPORTING_DESTINATION_BUYER | #FLAG_REPORTING_DESTINATION_SELLER | #FLAG_REPORTING_DESTINATION_COMPONENT_SELLERに設定します。

Javaドキュメント。

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

適用対象