Table of Contents

Class SipSession.Listener

Namespace
Android.Net.Sip
Assembly
MASES.Netdroid.dll
[Obsolete("Deprecated in JVM")]
public class SipSession.Listener : JVMBridgeBase<SipSession.Listener>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
Inheritance
SipSession.Listener
Implements
Extension Methods

Constructors

Listener()

[Obsolete("Deprecated in JVM")]
public Listener()

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

CreatePoolableInstance()

HPA initializer for Listener()

public static SipSession.Listener CreatePoolableInstance()

Returns

SipSession.Listener

OnCallBusy(SipSession)

[Obsolete("Deprecated in JVM")]
public void OnCallBusy(SipSession arg0)

Parameters

arg0 SipSession

SipSession

OnCallChangeFailed(SipSession, int, String)

[Obsolete("Deprecated in JVM")]
public void OnCallChangeFailed(SipSession arg0, int arg1, String arg2)

Parameters

arg0 SipSession

SipSession

arg1 int

int

arg2 String

String

OnCallEnded(SipSession)

[Obsolete("Deprecated in JVM")]
public void OnCallEnded(SipSession arg0)

Parameters

arg0 SipSession

SipSession

OnCallEstablished(SipSession, String)

[Obsolete("Deprecated in JVM")]
public void OnCallEstablished(SipSession arg0, String arg1)

Parameters

arg0 SipSession

SipSession

arg1 String

String

OnCalling(SipSession)

[Obsolete("Deprecated in JVM")]
public void OnCalling(SipSession arg0)

Parameters

arg0 SipSession

SipSession

OnError(SipSession, int, String)

[Obsolete("Deprecated in JVM")]
public void OnError(SipSession arg0, int arg1, String arg2)

Parameters

arg0 SipSession

SipSession

arg1 int

int

arg2 String

String

OnRegistering(SipSession)

[Obsolete("Deprecated in JVM")]
public void OnRegistering(SipSession arg0)

Parameters

arg0 SipSession

SipSession

OnRegistrationDone(SipSession, int)

[Obsolete("Deprecated in JVM")]
public void OnRegistrationDone(SipSession arg0, int arg1)

Parameters

arg0 SipSession

SipSession

arg1 int

int

OnRegistrationFailed(SipSession, int, String)

[Obsolete("Deprecated in JVM")]
public void OnRegistrationFailed(SipSession arg0, int arg1, String arg2)

Parameters

arg0 SipSession

SipSession

arg1 int

int

arg2 String

String

OnRegistrationTimeout(SipSession)

[Obsolete("Deprecated in JVM")]
public void OnRegistrationTimeout(SipSession arg0)

Parameters

arg0 SipSession

SipSession

OnRinging(SipSession, SipProfile, String)

[Obsolete("Deprecated in JVM")]
public void OnRinging(SipSession arg0, SipProfile arg1, String arg2)

Parameters

arg0 SipSession

SipSession

arg1 SipProfile

SipProfile

arg2 String

String

OnRingingBack(SipSession)

[Obsolete("Deprecated in JVM")]
public void OnRingingBack(SipSession arg0)

Parameters

arg0 SipSession

SipSession