PerBuyerDecisionLogic 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.
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.
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.