Class AdSelectionManager
- Namespace
- Android.Adservices.Adselection
- Assembly
- MASES.Netdroid.dll
public class AdSelectionManager : JVMBridgeBase<AdSelectionManager>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
- Inheritance
-
AdSelectionManager
- Implements
- Extension Methods
Constructors
AdSelectionManager(IJVMBridgeBaseInitializer)
Initializer used internally by JCOBridge. Do not use directly.
[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public AdSelectionManager(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements java.lang.AutoCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
Methods
Get(Context)
public static AdSelectionManager Get(Context arg0)
Parameters
Returns
GetAdSelectionData(GetAdSelectionDataRequest, Executor, OutcomeReceiver<GetAdSelectionDataOutcome, Exception>)
public void GetAdSelectionData(GetAdSelectionDataRequest arg0, Executor arg1, OutcomeReceiver<GetAdSelectionDataOutcome, Exception> arg2)
Parameters
arg0GetAdSelectionDataRequestarg1Executorarg2OutcomeReceiver<GetAdSelectionDataOutcome, Exception>
GetTestAdSelectionManager()
public TestAdSelectionManager GetTestAdSelectionManager()
Returns
PersistAdSelectionResult(PersistAdSelectionResultRequest, Executor, OutcomeReceiver<AdSelectionOutcome, Exception>)
public void PersistAdSelectionResult(PersistAdSelectionResultRequest arg0, Executor arg1, OutcomeReceiver<AdSelectionOutcome, Exception> arg2)
Parameters
arg0PersistAdSelectionResultRequestarg1Executorarg2OutcomeReceiver<AdSelectionOutcome, Exception>
ReportEvent(ReportEventRequest, Executor, OutcomeReceiver<object, Exception>)
public void ReportEvent(ReportEventRequest arg0, Executor arg1, OutcomeReceiver<object, Exception> arg2)
Parameters
arg0ReportEventRequestarg1Executorarg2OutcomeReceiver<object, Exception>
ReportImpression(ReportImpressionRequest, Executor, OutcomeReceiver<object, Exception>)
public void ReportImpression(ReportImpressionRequest arg0, Executor arg1, OutcomeReceiver<object, Exception> arg2)
Parameters
arg0ReportImpressionRequestarg1Executorarg2OutcomeReceiver<object, Exception>
SelectAds(AdSelectionConfig, Executor, OutcomeReceiver<AdSelectionOutcome, Exception>)
public void SelectAds(AdSelectionConfig arg0, Executor arg1, OutcomeReceiver<AdSelectionOutcome, Exception> arg2)
Parameters
arg0AdSelectionConfigarg1Executorarg2OutcomeReceiver<AdSelectionOutcome, Exception>
SelectAds(AdSelectionFromOutcomesConfig, Executor, OutcomeReceiver<AdSelectionOutcome, Exception>)
public void SelectAds(AdSelectionFromOutcomesConfig arg0, Executor arg1, OutcomeReceiver<AdSelectionOutcome, Exception> arg2)
Parameters
arg0AdSelectionFromOutcomesConfigarg1Executorarg2OutcomeReceiver<AdSelectionOutcome, Exception>
SetAppInstallAdvertisers(SetAppInstallAdvertisersRequest, Executor, OutcomeReceiver<object, Exception>)
public void SetAppInstallAdvertisers(SetAppInstallAdvertisersRequest arg0, Executor arg1, OutcomeReceiver<object, Exception> arg2)
Parameters
arg0SetAppInstallAdvertisersRequestarg1Executorarg2OutcomeReceiver<object, Exception>
UpdateAdCounterHistogram(UpdateAdCounterHistogramRequest, Executor, OutcomeReceiver<object, Exception>)
public void UpdateAdCounterHistogram(UpdateAdCounterHistogramRequest arg0, Executor arg1, OutcomeReceiver<object, Exception> arg2)