AdWithBid(AdData, Double) Constructor
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.
[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
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.