Table of Contents

Class SipProfile

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

Constructors

SipProfile(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 SipProfile(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

CREATOR

[Obsolete("Deprecated in JVM")]
public static Parcelable.Creator CREATOR { get; set; }

Property Value

Parcelable.Creator

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

DescribeContents()

[Obsolete("Deprecated in JVM")]
public int DescribeContents()

Returns

int

int

GetAuthUserName()

[Obsolete("Deprecated in JVM")]
public String GetAuthUserName()

Returns

String

String

GetAutoRegistration()

[Obsolete("Deprecated in JVM")]
public bool GetAutoRegistration()

Returns

bool

bool

GetDisplayName()

[Obsolete("Deprecated in JVM")]
public String GetDisplayName()

Returns

String

String

GetPassword()

[Obsolete("Deprecated in JVM")]
public String GetPassword()

Returns

String

String

GetPort()

[Obsolete("Deprecated in JVM")]
public int GetPort()

Returns

int

int

GetProfileName()

[Obsolete("Deprecated in JVM")]
public String GetProfileName()

Returns

String

String

GetProtocol()

[Obsolete("Deprecated in JVM")]
public String GetProtocol()

Returns

String

String

GetProxyAddress()

[Obsolete("Deprecated in JVM")]
public String GetProxyAddress()

Returns

String

String

GetSendKeepAlive()

[Obsolete("Deprecated in JVM")]
public bool GetSendKeepAlive()

Returns

bool

bool

GetSipDomain()

[Obsolete("Deprecated in JVM")]
public String GetSipDomain()

Returns

String

String

GetUriString()

[Obsolete("Deprecated in JVM")]
public String GetUriString()

Returns

String

String

GetUserName()

[Obsolete("Deprecated in JVM")]
public String GetUserName()

Returns

String

String

SetCallingUid(int)

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

Parameters

arg0 int

int

WriteToParcel(Parcel, int)

[Obsolete("Deprecated in JVM")]
public void WriteToParcel(Parcel arg0, int arg1)

Parameters

arg0 Parcel

Parcel

arg1 int

int

Operators

implicit operator Parcelable(SipProfile)

Converter from SipProfile to Parcelable

public static implicit operator Parcelable(SipProfile t)

Parameters

t SipProfile

Returns

Parcelable

implicit operator Serializable(SipProfile)

Converter from SipProfile to Serializable

public static implicit operator Serializable(SipProfile t)

Parameters

t SipProfile

Returns

Serializable

implicit operator Cloneable(SipProfile)

Converter from SipProfile to Cloneable

public static implicit operator Cloneable(SipProfile t)

Parameters

t SipProfile

Returns

Cloneable