Table of Contents

Class SdkSandboxManager

Namespace
Android.App.Sdksandbox
Assembly
MASES.Netdroid.dll
public class SdkSandboxManager : JVMBridgeBase<SdkSandboxManager>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
JVMBridgeBase
JVMBridgeBase<SdkSandboxManager>
SdkSandboxManager
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<SdkSandboxManager>.IsAssignableFrom(IJavaType)
JVMBridgeBase<SdkSandboxManager>.IsAssignableFrom<T>()
JVMBridgeBase<SdkSandboxManager>.Execute<T>(params T[])
JVMBridgeBase<SdkSandboxManager>.DynBridgeClazz
JVMBridgeBase<SdkSandboxManager>.BridgeClazz
JVMBridgeBase.RuntimeClassNameOf<T>()
JVMBridgeBase.ClassNameOf<T>()
JVMBridgeBase.ClassOf<T>()
JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)
JVMBridgeBase.MonitorEnter()
JVMBridgeBase.MonitorExit()
JVMBridgeBase.IsInstanceOf(IJavaType)
JVMBridgeBase.IsInstanceOf<T>()
JVMBridgeBase.RuntimeIsInstanceOf<T>()
JVMBridgeBase.CastTo<TNewClass>()
JVMBridgeBase.CastDirect<TNewClass>()
JVMBridgeBase.Dispose()
JVMBridgeBase.ToString()
JVMBridgeBase.GetHashCode()
JVMBridgeBase.Notify()
JVMBridgeBase.NotifyAll()
JVMBridgeBase.Wait()
JVMBridgeBase.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.IsBridgeListener
Extension Methods

Constructors

SdkSandboxManager()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

public SdkSandboxManager()

SdkSandboxManager(params object[])

Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class

public SdkSandboxManager(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

EXTRA_DISPLAY_ID

[Obsolete]
public static String EXTRA_DISPLAY_ID { get; }

Property Value

String

EXTRA_HEIGHT_IN_PIXELS

[Obsolete]
public static String EXTRA_HEIGHT_IN_PIXELS { get; }

Property Value

String

EXTRA_HOST_TOKEN

[Obsolete]
public static String EXTRA_HOST_TOKEN { get; }

Property Value

String

EXTRA_SURFACE_PACKAGE

[Obsolete]
public static String EXTRA_SURFACE_PACKAGE { get; }

Property Value

String

EXTRA_WIDTH_IN_PIXELS

[Obsolete]
public static String EXTRA_WIDTH_IN_PIXELS { get; }

Property Value

String

IsBridgeAbstract

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

public override bool IsBridgeStatic { get; }

Property Value

bool

LOAD_SDK_ALREADY_LOADED

public static int LOAD_SDK_ALREADY_LOADED { get; }

Property Value

int

LOAD_SDK_INTERNAL_ERROR

public static int LOAD_SDK_INTERNAL_ERROR { get; }

Property Value

int

LOAD_SDK_NOT_FOUND

public static int LOAD_SDK_NOT_FOUND { get; }

Property Value

int

LOAD_SDK_SDK_DEFINED_ERROR

public static int LOAD_SDK_SDK_DEFINED_ERROR { get; }

Property Value

int

LOAD_SDK_SDK_SANDBOX_DISABLED

public static int LOAD_SDK_SDK_SANDBOX_DISABLED { get; }

Property Value

int

REQUEST_SURFACE_PACKAGE_INTERNAL_ERROR

public static int REQUEST_SURFACE_PACKAGE_INTERNAL_ERROR { get; }

Property Value

int

REQUEST_SURFACE_PACKAGE_SDK_NOT_LOADED

public static int REQUEST_SURFACE_PACKAGE_SDK_NOT_LOADED { get; }

Property Value

int

SDK_SANDBOX_PROCESS_NOT_AVAILABLE

public static int SDK_SANDBOX_PROCESS_NOT_AVAILABLE { get; }

Property Value

int

SDK_SANDBOX_SERVICE

public static String SDK_SANDBOX_SERVICE { get; }

Property Value

String

SDK_SANDBOX_STATE_DISABLED

public static int SDK_SANDBOX_STATE_DISABLED { get; }

Property Value

int

SDK_SANDBOX_STATE_ENABLED_PROCESS_ISOLATION

public static int SDK_SANDBOX_STATE_ENABLED_PROCESS_ISOLATION { get; }

Property Value

int

Methods

AddSdkSandboxProcessDeathCallback(Executor, SdkSandboxProcessDeathCallback)

public void AddSdkSandboxProcessDeathCallback(Executor arg0, SdkSandboxManager.SdkSandboxProcessDeathCallback arg1)

Parameters

arg0 Executor

Executor

arg1 SdkSandboxManager.SdkSandboxProcessDeathCallback

SdkSandboxManager.SdkSandboxProcessDeathCallback

AddSyncedSharedPreferencesKeys(Set<String>)

public void AddSyncedSharedPreferencesKeys(Set<String> arg0)

Parameters

arg0 Set<String>

Set

GetAppOwnedSdkSandboxInterfaces()

public List<AppOwnedSdkSandboxInterface> GetAppOwnedSdkSandboxInterfaces()

Returns

List<AppOwnedSdkSandboxInterface>

List

GetSandboxedSdks()

public List<SandboxedSdk> GetSandboxedSdks()

Returns

List<SandboxedSdk>

List

GetSdkSandboxState()

public static int GetSdkSandboxState()

Returns

int

int

GetSyncedSharedPreferencesKeys()

public Set<String> GetSyncedSharedPreferencesKeys()

Returns

Set<String>

Set

LoadSdk(String, Bundle, Executor, OutcomeReceiver<SandboxedSdk, LoadSdkException>)

public void LoadSdk(String arg0, Bundle arg1, Executor arg2, OutcomeReceiver<SandboxedSdk, LoadSdkException> arg3)

Parameters

arg0 String

String

arg1 Bundle

Bundle

arg2 Executor

Executor

arg3 OutcomeReceiver<SandboxedSdk, LoadSdkException>

OutcomeReceiver

RegisterAppOwnedSdkSandboxInterface(AppOwnedSdkSandboxInterface)

public void RegisterAppOwnedSdkSandboxInterface(AppOwnedSdkSandboxInterface arg0)

Parameters

arg0 AppOwnedSdkSandboxInterface

AppOwnedSdkSandboxInterface

RemoveSdkSandboxProcessDeathCallback(SdkSandboxProcessDeathCallback)

public void RemoveSdkSandboxProcessDeathCallback(SdkSandboxManager.SdkSandboxProcessDeathCallback arg0)

Parameters

arg0 SdkSandboxManager.SdkSandboxProcessDeathCallback

SdkSandboxManager.SdkSandboxProcessDeathCallback

RemoveSyncedSharedPreferencesKeys(Set<String>)

public void RemoveSyncedSharedPreferencesKeys(Set<String> arg0)

Parameters

arg0 Set<String>

Set

RequestSurfacePackage(String, Bundle, Executor, OutcomeReceiver<Bundle, RequestSurfacePackageException>)

[Obsolete]
public void RequestSurfacePackage(String arg0, Bundle arg1, Executor arg2, OutcomeReceiver<Bundle, RequestSurfacePackageException> arg3)

Parameters

arg0 String

String

arg1 Bundle

Bundle

arg2 Executor

Executor

arg3 OutcomeReceiver<Bundle, RequestSurfacePackageException>

OutcomeReceiver

StartSdkSandboxActivity(Activity, IBinder)

public void StartSdkSandboxActivity(Activity arg0, IBinder arg1)

Parameters

arg0 Activity

Activity

arg1 IBinder

IBinder

UnloadSdk(String)

public void UnloadSdk(String arg0)

Parameters

arg0 String

String

UnregisterAppOwnedSdkSandboxInterface(String)

public void UnregisterAppOwnedSdkSandboxInterface(String arg0)

Parameters

arg0 String

String