Class Contacts.People
[Obsolete("Deprecated in JVM")]
public class Contacts.People : JVMBridgeBase<Contacts.People>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, IBaseColumns
- Inheritance
-
Contacts.People
- Implements
- Extension Methods
Constructors
People(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 People(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
CONTENT_FILTER_URI
[Obsolete("Deprecated in JVM")]
public static Uri CONTENT_FILTER_URI { get; set; }
Property Value
CONTENT_ITEM_TYPE
[Obsolete("Deprecated in JVM")]
public static String CONTENT_ITEM_TYPE { get; set; }
Property Value
CONTENT_TYPE
[Obsolete("Deprecated in JVM")]
public static String CONTENT_TYPE { get; set; }
Property Value
CONTENT_URI
[Obsolete("Deprecated in JVM")]
public static Uri CONTENT_URI { get; set; }
Property Value
DEFAULT_SORT_ORDER
[Obsolete("Deprecated in JVM")]
public static String DEFAULT_SORT_ORDER { get; set; }
Property Value
DELETED_CONTENT_URI
[Obsolete("Deprecated in JVM")]
public static Uri DELETED_CONTENT_URI { 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
PRIMARY_EMAIL_ID
[Obsolete("Deprecated in JVM")]
public static String PRIMARY_EMAIL_ID { get; set; }
Property Value
PRIMARY_ORGANIZATION_ID
[Obsolete("Deprecated in JVM")]
public static String PRIMARY_ORGANIZATION_ID { get; set; }
Property Value
PRIMARY_PHONE_ID
[Obsolete("Deprecated in JVM")]
public static String PRIMARY_PHONE_ID { get; set; }
Property Value
Methods
AddToGroup(ContentResolver, long, String)
[Obsolete("Deprecated in JVM")]
public static Uri AddToGroup(ContentResolver arg0, long arg1, String arg2)
Parameters
arg0ContentResolverarg1longarg2String
Returns
AddToGroup(ContentResolver, long, long)
[Obsolete("Deprecated in JVM")]
public static Uri AddToGroup(ContentResolver arg0, long arg1, long arg2)
Parameters
arg0ContentResolverarg1longarg2long
Returns
AddToMyContactsGroup(ContentResolver, long)
[Obsolete("Deprecated in JVM")]
public static Uri AddToMyContactsGroup(ContentResolver arg0, long arg1)
Parameters
arg0ContentResolverarg1long
Returns
CreatePersonInMyContactsGroup(ContentResolver, ContentValues)
[Obsolete("Deprecated in JVM")]
public static Uri CreatePersonInMyContactsGroup(ContentResolver arg0, ContentValues arg1)
Parameters
Returns
LoadContactPhoto(Context, Uri, int, Options)
[Obsolete("Deprecated in JVM")]
public static Bitmap LoadContactPhoto(Context arg0, Uri arg1, int arg2, BitmapFactory.Options arg3)
Parameters
arg0Contextarg1Uriarg2intarg3BitmapFactory.Options
Returns
MarkAsContacted(ContentResolver, long)
[Obsolete("Deprecated in JVM")]
public static void MarkAsContacted(ContentResolver arg0, long arg1)
Parameters
arg0ContentResolverarg1long
OpenContactPhotoInputStream(ContentResolver, Uri)
[Obsolete("Deprecated in JVM")]
public static InputStream OpenContactPhotoInputStream(ContentResolver arg0, Uri arg1)
Parameters
arg0ContentResolverarg1Uri
Returns
QueryGroups(ContentResolver, long)
[Obsolete("Deprecated in JVM")]
public static Cursor QueryGroups(ContentResolver arg0, long arg1)
Parameters
arg0ContentResolverarg1long
Returns
SetPhotoData(ContentResolver, Uri, byte[])
[Obsolete("Deprecated in JVM")]
public static void SetPhotoData(ContentResolver arg0, Uri arg1, byte[] arg2)
Parameters
arg0ContentResolverarg1Uriarg2byte[]
Operators
implicit operator BaseColumns(People)
Converter from Contacts.People to BaseColumns
public static implicit operator BaseColumns(Contacts.People t)