Table of Contents

Class CallEventCallback

Namespace
Android.Telecom
Assembly
MASES.Netdroid.dll
public class CallEventCallback : JVMBridgeBase<CallEventCallback>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, ICallEventCallback
Inheritance
JVMBridgeBase
JVMBridgeBase<CallEventCallback>
CallEventCallback
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<CallEventCallback>.IsAssignableFrom(IJavaType)
JVMBridgeBase<CallEventCallback>.IsAssignableFrom<T>()
JVMBridgeBase<CallEventCallback>.Execute<T>(params T[])
JVMBridgeBase<CallEventCallback>.DynBridgeClazz
JVMBridgeBase<CallEventCallback>.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

CallEventCallback()

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

[Obsolete("CallEventCallback class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public CallEventCallback()

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

[Obsolete("CallEventCallback class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public CallEventCallback(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

public override string BridgeClassName { 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

Methods

OnAvailableCallEndpointsChanged(List<CallEndpoint>)

public void OnAvailableCallEndpointsChanged(List<CallEndpoint> arg0)

Parameters

arg0 List<CallEndpoint>

List

OnCallEndpointChanged(CallEndpoint)

public void OnCallEndpointChanged(CallEndpoint arg0)

Parameters

arg0 CallEndpoint

CallEndpoint

OnCallStreamingFailed(int)

public void OnCallStreamingFailed(int arg0)

Parameters

arg0 int

int

OnEvent(String, Bundle)

public void OnEvent(String arg0, Bundle arg1)

Parameters

arg0 String

String

arg1 Bundle

Bundle

OnMuteStateChanged(bool)

public void OnMuteStateChanged(bool arg0)

Parameters

arg0 bool

bool

OnVideoStateChanged(int)

public void OnVideoStateChanged(int arg0)

Parameters

arg0 int

int