Class CallControl
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
initializerIJVMBridgeBaseInitializer
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements java.lang.AutoCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
Methods
Answer(int, Executor, OutcomeReceiver<Void, CallException>)
public void Answer(int arg0, Executor arg1, OutcomeReceiver<Void, CallException> arg2)
Parameters
arg0intarg1Executorarg2OutcomeReceiver<Void, CallException>
Disconnect(DisconnectCause, Executor, OutcomeReceiver<Void, CallException>)
public void Disconnect(DisconnectCause arg0, Executor arg1, OutcomeReceiver<Void, CallException> arg2)
Parameters
arg0DisconnectCausearg1Executorarg2OutcomeReceiver<Void, CallException>
GetCallId()
public ParcelUuid GetCallId()
Returns
RequestCallEndpointChange(CallEndpoint, Executor, OutcomeReceiver<Void, CallException>)
public void RequestCallEndpointChange(CallEndpoint arg0, Executor arg1, OutcomeReceiver<Void, CallException> arg2)
Parameters
arg0CallEndpointarg1Executorarg2OutcomeReceiver<Void, CallException>
RequestMuteState(bool, Executor, OutcomeReceiver<Void, CallException>)
public void RequestMuteState(bool arg0, Executor arg1, OutcomeReceiver<Void, CallException> arg2)
Parameters
arg0boolarg1Executorarg2OutcomeReceiver<Void, CallException>
RequestVideoState(int, Executor, OutcomeReceiver<Void, CallException>)
public void RequestVideoState(int arg0, Executor arg1, OutcomeReceiver<Void, CallException> arg2)
Parameters
arg0intarg1Executorarg2OutcomeReceiver<Void, CallException>
SendEvent(String, Bundle)
public void SendEvent(String arg0, Bundle arg1)
Parameters
SetActive(Executor, OutcomeReceiver<Void, CallException>)
public void SetActive(Executor arg0, OutcomeReceiver<Void, CallException> arg1)
Parameters
arg0Executorarg1OutcomeReceiver<Void, CallException>
SetInactive(Executor, OutcomeReceiver<Void, CallException>)
public void SetInactive(Executor arg0, OutcomeReceiver<Void, CallException> arg1)
Parameters
arg0Executorarg1OutcomeReceiver<Void, CallException>
StartCallStreaming(Executor, OutcomeReceiver<Void, CallException>)
public void StartCallStreaming(Executor arg0, OutcomeReceiver<Void, CallException> arg1)
Parameters
arg0Executorarg1OutcomeReceiver<Void, CallException>