Sdílet prostřednictvím


AdWithBid(AdData, Double) Constructor

Definition

[Android.Runtime.Register(".ctor", "(Landroid/adservices/common/AdData;D)V", "", ApiSince=35)]
public AdWithBid (Android.AdServices.Common.AdData adData, double bid);
[<Android.Runtime.Register(".ctor", "(Landroid/adservices/common/AdData;D)V", "", ApiSince=35)>]
new Android.AdServices.AdSelection.AdWithBid : Android.AdServices.Common.AdData * double -> Android.AdServices.AdSelection.AdWithBid

Parameters

adData
AdData

An AdData object defining an ad's render URI and buyer metadata

bid
Double

The amount of money a buyer has bid to show an ad; note that while the bid is expected to be non-negative, this is only enforced during the ad selection process

Attributes

Remarks

Java documentation for android.adservices.adselection.AdWithBid.AdWithBid(android.adservices.common.AdData, double).

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.

Applies to