Table of Contents

Class OnDevicePersonalizationManager

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

Constructors

OnDevicePersonalizationManager(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 OnDevicePersonalizationManager(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

Execute(ComponentName, PersistableBundle, Executor, OutcomeReceiver<ExecuteResult, Exception>)

public void Execute(ComponentName arg0, PersistableBundle arg1, Executor arg2, OutcomeReceiver<OnDevicePersonalizationManager.ExecuteResult, Exception> arg3)

Parameters

arg0 ComponentName

ComponentName

arg1 PersistableBundle

PersistableBundle

arg2 Executor

Executor

arg3 OutcomeReceiver<OnDevicePersonalizationManager.ExecuteResult, Exception>

OutcomeReceiver

ExecuteInIsolatedService(ExecuteInIsolatedServiceRequest, Executor, OutcomeReceiver<ExecuteInIsolatedServiceResponse, Exception>)

public void ExecuteInIsolatedService(ExecuteInIsolatedServiceRequest arg0, Executor arg1, OutcomeReceiver<ExecuteInIsolatedServiceResponse, Exception> arg2)

Parameters

arg0 ExecuteInIsolatedServiceRequest

ExecuteInIsolatedServiceRequest

arg1 Executor

Executor

arg2 OutcomeReceiver<ExecuteInIsolatedServiceResponse, Exception>

OutcomeReceiver

RequestSurfacePackage(SurfacePackageToken, IBinder, int, int, int, Executor, OutcomeReceiver<SurfacePackage, Exception>)

public void RequestSurfacePackage(SurfacePackageToken arg0, IBinder arg1, int arg2, int arg3, int arg4, Executor arg5, OutcomeReceiver<SurfaceControlViewHost.SurfacePackage, Exception> arg6)

Parameters

arg0 SurfacePackageToken

SurfacePackageToken

arg1 IBinder

IBinder

arg2 int

int

arg3 int

int

arg4 int

int

arg5 Executor

Executor

arg6 OutcomeReceiver<SurfaceControlViewHost.SurfacePackage, Exception>

OutcomeReceiver