PartialCustomAudience.UserBiddingSignals 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.
Reference CustomAudience#getUserBiddingSignals()
for details.
public Android.AdServices.Common.AdSelectionSignals? UserBiddingSignals { [Android.Runtime.Register("getUserBiddingSignals", "()Landroid/adservices/common/AdSelectionSignals;", "", ApiSince=35)] get; }
[<get: Android.Runtime.Register("getUserBiddingSignals", "()Landroid/adservices/common/AdSelectionSignals;", "", ApiSince=35)>]
member this.UserBiddingSignals : Android.AdServices.Common.AdSelectionSignals
Property Value
the buyer signals to be consumed by the buyer-provided JavaScript when the custom audience participates in an ad selection.
- Attributes
Remarks
Reference CustomAudience#getUserBiddingSignals()
for details. Will not be overridden if left null.
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.