Table of Contents

Class CallControl

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

CallControl()

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

public CallControl()

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

Answer(int, Executor, OutcomeReceiver<Void, CallException>)

public void Answer(int arg0, Executor arg1, OutcomeReceiver<Void, CallException> arg2)

Parameters

arg0 int

int

arg1 Executor

Executor

arg2 OutcomeReceiver<Void, CallException>

OutcomeReceiver

Disconnect(DisconnectCause, Executor, OutcomeReceiver<Void, CallException>)

public void Disconnect(DisconnectCause arg0, Executor arg1, OutcomeReceiver<Void, CallException> arg2)

Parameters

arg0 DisconnectCause

DisconnectCause

arg1 Executor

Executor

arg2 OutcomeReceiver<Void, CallException>

OutcomeReceiver

GetCallId()

public ParcelUuid GetCallId()

Returns

ParcelUuid

ParcelUuid

RequestCallEndpointChange(CallEndpoint, Executor, OutcomeReceiver<Void, CallException>)

public void RequestCallEndpointChange(CallEndpoint arg0, Executor arg1, OutcomeReceiver<Void, CallException> arg2)

Parameters

arg0 CallEndpoint

CallEndpoint

arg1 Executor

Executor

arg2 OutcomeReceiver<Void, CallException>

OutcomeReceiver

RequestMuteState(bool, Executor, OutcomeReceiver<Void, CallException>)

public void RequestMuteState(bool arg0, Executor arg1, OutcomeReceiver<Void, CallException> arg2)

Parameters

arg0 bool

bool

arg1 Executor

Executor

arg2 OutcomeReceiver<Void, CallException>

OutcomeReceiver

RequestVideoState(int, Executor, OutcomeReceiver<Void, CallException>)

public void RequestVideoState(int arg0, Executor arg1, OutcomeReceiver<Void, CallException> arg2)

Parameters

arg0 int

int

arg1 Executor

Executor

arg2 OutcomeReceiver<Void, CallException>

OutcomeReceiver

SendEvent(String, Bundle)

public void SendEvent(String arg0, Bundle arg1)

Parameters

arg0 String

String

arg1 Bundle

Bundle

SetActive(Executor, OutcomeReceiver<Void, CallException>)

public void SetActive(Executor arg0, OutcomeReceiver<Void, CallException> arg1)

Parameters

arg0 Executor

Executor

arg1 OutcomeReceiver<Void, CallException>

OutcomeReceiver

SetInactive(Executor, OutcomeReceiver<Void, CallException>)

public void SetInactive(Executor arg0, OutcomeReceiver<Void, CallException> arg1)

Parameters

arg0 Executor

Executor

arg1 OutcomeReceiver<Void, CallException>

OutcomeReceiver

StartCallStreaming(Executor, OutcomeReceiver<Void, CallException>)

public void StartCallStreaming(Executor arg0, OutcomeReceiver<Void, CallException> arg1)

Parameters

arg0 Executor

Executor

arg1 OutcomeReceiver<Void, CallException>

OutcomeReceiver