Share via


AdSelectionConfig.PerBuyerSignedContextualAds Property

Definition

public System.Collections.Generic.IDictionary<Android.AdServices.Common.AdTechIdentifier,Android.AdServices.AdSelection.SignedContextualAds> PerBuyerSignedContextualAds { [Android.Runtime.Register("getPerBuyerSignedContextualAds", "()Ljava/util/Map;", "", ApiSince=35)] get; }
[<get: Android.Runtime.Register("getPerBuyerSignedContextualAds", "()Ljava/util/Map;", "", ApiSince=35)>]
member this.PerBuyerSignedContextualAds : System.Collections.Generic.IDictionary<Android.AdServices.Common.AdTechIdentifier, Android.AdServices.AdSelection.SignedContextualAds>

Property Value

a Map of buyers and corresponding Contextual Ads, these ads are expected to be pre-downloaded from the contextual path and injected into Ad Selection.

Attributes

Remarks

Java documentation for android.adservices.adselection.AdSelectionConfig.getPerBuyerSignedContextualAds().

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