ReportEventRequest.ReportingDestinations Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the bitfield of reporting destinations to report to (buyer, seller, or both).
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
Property Value
- Attributes
Remarks
Returns the bitfield of reporting destinations to report to (buyer, seller, or both).
To create this bitfield, place an |
bitwise operator between each reportingDestination
to be reported to. For example to only report to buyer, set the reportingDestinations field to #FLAG_REPORTING_DESTINATION_BUYER
To only report to seller, set the reportingDestinations field to #FLAG_REPORTING_DESTINATION_SELLER
To report to both buyers and sellers, set the reportingDestinations field to #FLAG_REPORTING_DESTINATION_BUYER
| #FLAG_REPORTING_DESTINATION_SELLER
Java documentation for android.adservices.adselection.ReportEventRequest.getReportingDestinations()
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.