Table of Contents

Class InCallService

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

Constructors

InCallService()

public InCallService()

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

SERVICE_INTERFACE

public static String SERVICE_INTERFACE { get; set; }

Property Value

String

Methods

CanAddCall()

public bool CanAddCall()

Returns

bool

bool

CreatePoolableInstance()

HPA initializer for InCallService()

public static InCallService CreatePoolableInstance()

Returns

InCallService

GetCallAudioState()

[Obsolete("Deprecated in JVM")]
public CallAudioState GetCallAudioState()

Returns

CallAudioState

CallAudioState

GetCalls()

public List<Call> GetCalls()

Returns

List<Call>

List

GetCurrentCallEndpoint()

public CallEndpoint GetCurrentCallEndpoint()

Returns

CallEndpoint

CallEndpoint

OnAvailableCallEndpointsChanged(List<CallEndpoint>)

public void OnAvailableCallEndpointsChanged(List<CallEndpoint> arg0)

Parameters

arg0 List<CallEndpoint>

List

OnBringToForeground(bool)

public void OnBringToForeground(bool arg0)

Parameters

arg0 bool

bool

OnCallAdded(Call)

public void OnCallAdded(Call arg0)

Parameters

arg0 Call

Call

OnCallAudioStateChanged(CallAudioState)

[Obsolete("Deprecated in JVM")]
public void OnCallAudioStateChanged(CallAudioState arg0)

Parameters

arg0 CallAudioState

CallAudioState

OnCallEndpointChanged(CallEndpoint)

public void OnCallEndpointChanged(CallEndpoint arg0)

Parameters

arg0 CallEndpoint

CallEndpoint

OnCallRemoved(Call)

public void OnCallRemoved(Call arg0)

Parameters

arg0 Call

Call

OnCanAddCallChanged(bool)

public void OnCanAddCallChanged(bool arg0)

Parameters

arg0 bool

bool

OnConnectionEvent(Call, String, Bundle)

public void OnConnectionEvent(Call arg0, String arg1, Bundle arg2)

Parameters

arg0 Call

Call

arg1 String

String

arg2 Bundle

Bundle

OnMuteStateChanged(bool)

public void OnMuteStateChanged(bool arg0)

Parameters

arg0 bool

bool

OnSilenceRinger()

public void OnSilenceRinger()

RequestBluetoothAudio(BluetoothDevice)

[Obsolete("Deprecated in JVM")]
public void RequestBluetoothAudio(BluetoothDevice arg0)

Parameters

arg0 BluetoothDevice

BluetoothDevice

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

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

Parameters

arg0 CallEndpoint

CallEndpoint

arg1 Executor

Executor

arg2 OutcomeReceiver<Void, CallEndpointException>

OutcomeReceiver

SetAudioRoute(int)

[Obsolete("Deprecated in JVM")]
public void SetAudioRoute(int arg0)

Parameters

arg0 int

int

SetMuted(bool)

public void SetMuted(bool arg0)

Parameters

arg0 bool

bool