Class ContactsContract.CommonDataKinds.SipAddress
[Obsolete("Deprecated in JVM")]
public class ContactsContract.CommonDataKinds.SipAddress : JVMBridgeBase<ContactsContract.CommonDataKinds.SipAddress>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
- Inheritance
-
ContactsContract.CommonDataKinds.SipAddress
- Implements
- Extension Methods
Constructors
SipAddress(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 SipAddress(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
CONTENT_ITEM_TYPE
[Obsolete("Deprecated in JVM")]
public static String CONTENT_ITEM_TYPE { get; set; }
Property Value
EXTRA_ADDRESS_BOOK_INDEX
[Obsolete("Deprecated in JVM")]
public static String EXTRA_ADDRESS_BOOK_INDEX { get; set; }
Property Value
EXTRA_ADDRESS_BOOK_INDEX_COUNTS
[Obsolete("Deprecated in JVM")]
public static String EXTRA_ADDRESS_BOOK_INDEX_COUNTS { get; set; }
Property Value
EXTRA_ADDRESS_BOOK_INDEX_TITLES
[Obsolete("Deprecated in JVM")]
public static String EXTRA_ADDRESS_BOOK_INDEX_TITLES { 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
SIP_ADDRESS
[Obsolete("Deprecated in JVM")]
public static String SIP_ADDRESS { get; set; }
Property Value
TYPE_HOME
[Obsolete("Deprecated in JVM")]
public static int TYPE_HOME { get; set; }
Property Value
TYPE_OTHER
[Obsolete("Deprecated in JVM")]
public static int TYPE_OTHER { get; set; }
Property Value
TYPE_WORK
[Obsolete("Deprecated in JVM")]
public static int TYPE_WORK { get; set; }
Property Value
Methods
GetTypeLabel(Resources, int, CharSequence)
[Obsolete("Deprecated in JVM")]
public static CharSequence GetTypeLabel(Resources arg0, int arg1, CharSequence arg2)
Parameters
arg0Resourcesarg1intarg2CharSequence
Returns
GetTypeLabelResource(int)
[Obsolete("Deprecated in JVM")]
public static int GetTypeLabelResource(int arg0)