Udostępnij za pośrednictwem


PerBuyerDecisionLogic Constructor

Definition

Builds a PerBuyerDecisionLogic instance.

[Android.Runtime.Register(".ctor", "(Ljava/util/Map;)V", "", ApiSince=35)]
public PerBuyerDecisionLogic (System.Collections.Generic.IDictionary<Android.AdServices.Common.AdTechIdentifier,Android.AdServices.AdSelection.DecisionLogic> perBuyerLogicMap);
[<Android.Runtime.Register(".ctor", "(Ljava/util/Map;)V", "", ApiSince=35)>]
new Android.AdServices.AdSelection.PerBuyerDecisionLogic : System.Collections.Generic.IDictionary<Android.AdServices.Common.AdTechIdentifier, Android.AdServices.AdSelection.DecisionLogic> -> Android.AdServices.AdSelection.PerBuyerDecisionLogic

Parameters

perBuyerLogicMap
IDictionary<AdTechIdentifier,DecisionLogic>

map of buyers and their decision logic to be fetched during ad selection

Attributes

Remarks

Builds a PerBuyerDecisionLogic instance.

Java documentation for android.adservices.adselection.PerBuyerDecisionLogic.PerBuyerDecisionLogic(java.util.Map<android.adservices.common.AdTechIdentifier, android.adservices.adselection.DecisionLogic>).

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