Table of Contents

Class RemoteCallbackList

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

Constructors

RemoteCallbackList()

public RemoteCallbackList()

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

Parameters

initializer IJVMBridgeBaseInitializer

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

FROZEN_CALLEE_POLICY_DROP

public static int FROZEN_CALLEE_POLICY_DROP { get; set; }

Property Value

int

FROZEN_CALLEE_POLICY_ENQUEUE_ALL

public static int FROZEN_CALLEE_POLICY_ENQUEUE_ALL { get; set; }

Property Value

int

FROZEN_CALLEE_POLICY_ENQUEUE_MOST_RECENT

public static int FROZEN_CALLEE_POLICY_ENQUEUE_MOST_RECENT { get; set; }

Property Value

int

FROZEN_CALLEE_POLICY_UNSET

public static int FROZEN_CALLEE_POLICY_UNSET { get; set; }

Property Value

int

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

BeginBroadcast()

public int BeginBroadcast()

Returns

int

int

Broadcast(Consumer)

public void Broadcast(Consumer arg0)

Parameters

arg0 Consumer

Consumer

CreatePoolableInstance()

HPA initializer for RemoteCallbackList()

public static RemoteCallbackList CreatePoolableInstance()

Returns

RemoteCallbackList

FinishBroadcast()

public void FinishBroadcast()

GetBroadcastCookie(int)

public object GetBroadcastCookie(int arg0)

Parameters

arg0 int

int

Returns

object

object

GetBroadcastItem(int)

public IInterface GetBroadcastItem(int arg0)

Parameters

arg0 int

int

Returns

IInterface

IInterface

GetExecutor()

public Executor GetExecutor()

Returns

Executor

Executor

GetFrozenCalleePolicy()

public int GetFrozenCalleePolicy()

Returns

int

int

GetMaxQueueSize()

public int GetMaxQueueSize()

Returns

int

int

GetRegisteredCallbackCookie(int)

public object GetRegisteredCallbackCookie(int arg0)

Parameters

arg0 int

int

Returns

object

object

GetRegisteredCallbackCount()

public int GetRegisteredCallbackCount()

Returns

int

int

GetRegisteredCallbackItem(int)

public IInterface GetRegisteredCallbackItem(int arg0)

Parameters

arg0 int

int

Returns

IInterface

IInterface

Kill()

public void Kill()

OnCallbackDied(IInterface)

public void OnCallbackDied(IInterface arg0)

Parameters

arg0 IInterface

IInterface

OnCallbackDied(IInterface, object)

public void OnCallbackDied(IInterface arg0, object arg1)

Parameters

arg0 IInterface

IInterface

arg1 object

object

Register(IInterface)

public bool Register(IInterface arg0)

Parameters

arg0 IInterface

IInterface

Returns

bool

bool

Register(IInterface, object)

public bool Register(IInterface arg0, object arg1)

Parameters

arg0 IInterface

IInterface

arg1 object

object

Returns

bool

bool

Unregister(IInterface)

public bool Unregister(IInterface arg0)

Parameters

arg0 IInterface

IInterface

Returns

bool

bool