Table of Contents

Class SipSession.State

Namespace
Android.Net.Sip
Assembly
MASES.Netdroid.dll
[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

initializer IJVMBridgeBaseInitializer

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

DEREGISTERING

[Obsolete("Deprecated in JVM")]
public static int DEREGISTERING { get; set; }

Property Value

int

INCOMING_CALL

[Obsolete("Deprecated in JVM")]
public static int INCOMING_CALL { get; set; }

Property Value

int

INCOMING_CALL_ANSWERING

[Obsolete("Deprecated in JVM")]
public static int INCOMING_CALL_ANSWERING { get; set; }

Property Value

int

IN_CALL

[Obsolete("Deprecated in JVM")]
public static int IN_CALL { get; set; }

Property Value

int

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

NOT_DEFINED

[Obsolete("Deprecated in JVM")]
public static int NOT_DEFINED { get; set; }

Property Value

int

OUTGOING_CALL

[Obsolete("Deprecated in JVM")]
public static int OUTGOING_CALL { get; set; }

Property Value

int

OUTGOING_CALL_CANCELING

[Obsolete("Deprecated in JVM")]
public static int OUTGOING_CALL_CANCELING { get; set; }

Property Value

int

OUTGOING_CALL_RING_BACK

[Obsolete("Deprecated in JVM")]
public static int OUTGOING_CALL_RING_BACK { get; set; }

Property Value

int

PINGING

[Obsolete("Deprecated in JVM")]
public static int PINGING { get; set; }

Property Value

int

READY_TO_CALL

[Obsolete("Deprecated in JVM")]
public static int READY_TO_CALL { get; set; }

Property Value

int

REGISTERING

[Obsolete("Deprecated in JVM")]
public static int REGISTERING { get; set; }

Property Value

int

Methods

ToString(int)

[Obsolete("Deprecated in JVM")]
public static String ToString(int arg0)

Parameters

arg0 int

int

Returns

String

String