Class SipSession.State
[Obsolete("Deprecated in JVM")]
public class SipSession.State : JVMBridgeBase<SipSession.State>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
- Inheritance
-
SipSession.State
- Implements
- Extension Methods
Constructors
State(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 State(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
DEREGISTERING
[Obsolete("Deprecated in JVM")]
public static int DEREGISTERING { get; set; }
Property Value
INCOMING_CALL
[Obsolete("Deprecated in JVM")]
public static int INCOMING_CALL { get; set; }
Property Value
INCOMING_CALL_ANSWERING
[Obsolete("Deprecated in JVM")]
public static int INCOMING_CALL_ANSWERING { get; set; }
Property Value
IN_CALL
[Obsolete("Deprecated in JVM")]
public static int IN_CALL { get; set; }
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
NOT_DEFINED
[Obsolete("Deprecated in JVM")]
public static int NOT_DEFINED { get; set; }
Property Value
OUTGOING_CALL
[Obsolete("Deprecated in JVM")]
public static int OUTGOING_CALL { get; set; }
Property Value
OUTGOING_CALL_CANCELING
[Obsolete("Deprecated in JVM")]
public static int OUTGOING_CALL_CANCELING { get; set; }
Property Value
OUTGOING_CALL_RING_BACK
[Obsolete("Deprecated in JVM")]
public static int OUTGOING_CALL_RING_BACK { get; set; }
Property Value
PINGING
[Obsolete("Deprecated in JVM")]
public static int PINGING { get; set; }
Property Value
READY_TO_CALL
[Obsolete("Deprecated in JVM")]
public static int READY_TO_CALL { get; set; }
Property Value
REGISTERING
[Obsolete("Deprecated in JVM")]
public static int REGISTERING { get; set; }
Property Value
Methods
ToString(int)
[Obsolete("Deprecated in JVM")]
public static String ToString(int arg0)