Class Contacts.PeopleColumns
[Obsolete("Deprecated in JVM")]
public class Contacts.PeopleColumns : JVMBridgeBase<Contacts.PeopleColumns>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
- Inheritance
-
Contacts.PeopleColumns
- Implements
- Extension Methods
Constructors
PeopleColumns(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 PeopleColumns(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
CUSTOM_RINGTONE
https://developer.android.com/reference/android/provider/Contacts.PeopleColumns.html#CUSTOM_RINGTONE
[Obsolete("Deprecated in JVM")]
public static String CUSTOM_RINGTONE { get; set; }
Property Value
DISPLAY_NAME
[Obsolete("Deprecated in JVM")]
public static String DISPLAY_NAME { 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
LAST_TIME_CONTACTED
[Obsolete("Deprecated in JVM")]
public static String LAST_TIME_CONTACTED { get; set; }
Property Value
NAME
[Obsolete("Deprecated in JVM")]
public static String NAME { get; set; }
Property Value
NOTES
[Obsolete("Deprecated in JVM")]
public static String NOTES { get; set; }
Property Value
PHONETIC_NAME
[Obsolete("Deprecated in JVM")]
public static String PHONETIC_NAME { get; set; }
Property Value
PHOTO_VERSION
[Obsolete("Deprecated in JVM")]
public static String PHOTO_VERSION { get; set; }
Property Value
SEND_TO_VOICEMAIL
[Obsolete("Deprecated in JVM")]
public static String SEND_TO_VOICEMAIL { get; set; }
Property Value
STARRED
[Obsolete("Deprecated in JVM")]
public static String STARRED { get; set; }
Property Value
TIMES_CONTACTED
https://developer.android.com/reference/android/provider/Contacts.PeopleColumns.html#TIMES_CONTACTED
[Obsolete("Deprecated in JVM")]
public static String TIMES_CONTACTED { get; set; }