Table of Contents

Class CallControl

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

Constructors

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

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