Table of Contents

Class Contacts.People

Namespace
Android.Provider
Assembly
MASES.Netdroid.dll
[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

initializer IJVMBridgeBaseInitializer

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

CONTENT_FILTER_URI

[Obsolete("Deprecated in JVM")]
public static Uri CONTENT_FILTER_URI { get; set; }

Property Value

Uri

CONTENT_ITEM_TYPE

[Obsolete("Deprecated in JVM")]
public static String CONTENT_ITEM_TYPE { get; set; }

Property Value

String

CONTENT_TYPE

[Obsolete("Deprecated in JVM")]
public static String CONTENT_TYPE { get; set; }

Property Value

String

CONTENT_URI

[Obsolete("Deprecated in JVM")]
public static Uri CONTENT_URI { get; set; }

Property Value

Uri

DEFAULT_SORT_ORDER

[Obsolete("Deprecated in JVM")]
public static String DEFAULT_SORT_ORDER { get; set; }

Property Value

String

DELETED_CONTENT_URI

[Obsolete("Deprecated in JVM")]
public static Uri DELETED_CONTENT_URI { get; set; }

Property Value

Uri

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

PRIMARY_EMAIL_ID

[Obsolete("Deprecated in JVM")]
public static String PRIMARY_EMAIL_ID { get; set; }

Property Value

String

PRIMARY_ORGANIZATION_ID

[Obsolete("Deprecated in JVM")]
public static String PRIMARY_ORGANIZATION_ID { get; set; }

Property Value

String

PRIMARY_PHONE_ID

[Obsolete("Deprecated in JVM")]
public static String PRIMARY_PHONE_ID { get; set; }

Property Value

String

Methods

AddToGroup(ContentResolver, long, String)

[Obsolete("Deprecated in JVM")]
public static Uri AddToGroup(ContentResolver arg0, long arg1, String arg2)

Parameters

arg0 ContentResolver

ContentResolver

arg1 long

long

arg2 String

String

Returns

Uri

Uri

AddToGroup(ContentResolver, long, long)

[Obsolete("Deprecated in JVM")]
public static Uri AddToGroup(ContentResolver arg0, long arg1, long arg2)

Parameters

arg0 ContentResolver

ContentResolver

arg1 long

long

arg2 long

long

Returns

Uri

Uri

AddToMyContactsGroup(ContentResolver, long)

[Obsolete("Deprecated in JVM")]
public static Uri AddToMyContactsGroup(ContentResolver arg0, long arg1)

Parameters

arg0 ContentResolver

ContentResolver

arg1 long

long

Returns

Uri

Uri

CreatePersonInMyContactsGroup(ContentResolver, ContentValues)

[Obsolete("Deprecated in JVM")]
public static Uri CreatePersonInMyContactsGroup(ContentResolver arg0, ContentValues arg1)

Parameters

arg0 ContentResolver

ContentResolver

arg1 ContentValues

ContentValues

Returns

Uri

Uri

LoadContactPhoto(Context, Uri, int, Options)

[Obsolete("Deprecated in JVM")]
public static Bitmap LoadContactPhoto(Context arg0, Uri arg1, int arg2, BitmapFactory.Options arg3)

Parameters

arg0 Context

Context

arg1 Uri

Uri

arg2 int

int

arg3 BitmapFactory.Options

BitmapFactory.Options

Returns

Bitmap

Bitmap

MarkAsContacted(ContentResolver, long)

[Obsolete("Deprecated in JVM")]
public static void MarkAsContacted(ContentResolver arg0, long arg1)

Parameters

arg0 ContentResolver

ContentResolver

arg1 long

long

OpenContactPhotoInputStream(ContentResolver, Uri)

[Obsolete("Deprecated in JVM")]
public static InputStream OpenContactPhotoInputStream(ContentResolver arg0, Uri arg1)

Parameters

arg0 ContentResolver

ContentResolver

arg1 Uri

Uri

Returns

InputStream

InputStream

QueryGroups(ContentResolver, long)

[Obsolete("Deprecated in JVM")]
public static Cursor QueryGroups(ContentResolver arg0, long arg1)

Parameters

arg0 ContentResolver

ContentResolver

arg1 long

long

Returns

Cursor

Cursor

SetPhotoData(ContentResolver, Uri, byte[])

[Obsolete("Deprecated in JVM")]
public static void SetPhotoData(ContentResolver arg0, Uri arg1, byte[] arg2)

Parameters

arg0 ContentResolver

ContentResolver

arg1 Uri

Uri

arg2 byte[]

byte

Operators

implicit operator BaseColumns(People)

Converter from Contacts.People to BaseColumns

public static implicit operator BaseColumns(Contacts.People t)

Parameters

t Contacts.People

Returns

BaseColumns