Table of Contents

Class AddAdSelectionFromOutcomesOverrideRequest

Namespace
Android.Adservices.Adselection
Assembly
MASES.Netdroid.dll
public class AddAdSelectionFromOutcomesOverrideRequest : JVMBridgeBase<AddAdSelectionFromOutcomesOverrideRequest>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
Inheritance
AddAdSelectionFromOutcomesOverrideRequest
Implements
Extension Methods

Constructors

AddAdSelectionFromOutcomesOverrideRequest(AdSelectionFromOutcomesConfig, String, AdSelectionSignals)

public AddAdSelectionFromOutcomesOverrideRequest(AdSelectionFromOutcomesConfig arg0, String arg1, AdSelectionSignals arg2)

Parameters

arg0 AdSelectionFromOutcomesConfig

AdSelectionFromOutcomesConfig

arg1 String

String

arg2 AdSelectionSignals

AdSelectionSignals

AddAdSelectionFromOutcomesOverrideRequest(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 AddAdSelectionFromOutcomesOverrideRequest(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements java.lang.AutoCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

Methods

CreatePoolableInstance(AdSelectionFromOutcomesConfig, String, AdSelectionSignals)

HPA initializer for AddAdSelectionFromOutcomesOverrideRequest(Android.Adservices.Adselection.AdSelectionFromOutcomesConfig arg0, Java.Lang.String arg1, Android.Adservices.Common.AdSelectionSignals arg2)

public static AddAdSelectionFromOutcomesOverrideRequest CreatePoolableInstance(AdSelectionFromOutcomesConfig arg0, String arg1, AdSelectionSignals arg2)

Parameters

arg0 AdSelectionFromOutcomesConfig
arg1 String
arg2 AdSelectionSignals

Returns

AddAdSelectionFromOutcomesOverrideRequest

GetAdSelectionFromOutcomesConfig()

public AdSelectionFromOutcomesConfig GetAdSelectionFromOutcomesConfig()

Returns

AdSelectionFromOutcomesConfig

AdSelectionFromOutcomesConfig

GetOutcomeSelectionLogicJs()

public String GetOutcomeSelectionLogicJs()

Returns

String

String

GetOutcomeSelectionTrustedSignals()

public AdSelectionSignals GetOutcomeSelectionTrustedSignals()

Returns

AdSelectionSignals

AdSelectionSignals