ReportEventRequest.ReportingDestinations Proprietà

Definizione

Restituisce il campo di bit delle destinazioni di report a cui segnalare (acquirente, venditore, venditore componente o qualsiasi combinazione di esse).

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

Valore della proprietà

Attributi

Commenti

Restituisce il campo di bit delle destinazioni di report a cui segnalare (acquirente, venditore, venditore componente o qualsiasi combinazione di esse).

Per creare questo campo di bit, posizionare un | operatore bit per bit tra ognuno a cui reportingDestination segnalare. Ad esempio, per segnalare solo all'acquirente, impostare il campo ReportingDestinations su #FLAG_REPORTING_DESTINATION_BUYER To only report to seller (A solo report su venditore), impostare il campo ReportingDestinations su #FLAG_REPORTING_DESTINATION_SELLER To reports and sellers (Report su acquirenti e venditori), impostare il campo reportingDestinations su | #FLAG_REPORTING_DESTINATION_BUYER#FLAG_REPORTING_DESTINATION_SELLER . Per segnalare all'acquirente, al venditore e al venditore del componente, impostare il campo ReportingDestinations su #FLAG_REPORTING_DESTINATION_BUYER#FLAG_REPORTING_DESTINATION_COMPONENT_SELLER | #FLAG_REPORTING_DESTINATION_SELLER | .

per android.adservices.adselection.ReportEventRequest.getReportingDestinations().

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a