Table of Contents

Class ContactsContract

Namespace
Android.Provider
Assembly
MASES.Netdroid.dll
public class ContactsContract : JVMBridgeBase<ContactsContract>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
Inheritance
ContactsContract
Implements
Extension Methods

Constructors

ContactsContract()

public ContactsContract()

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

Parameters

initializer IJVMBridgeBaseInitializer

Properties

AUTHORITY

public static String AUTHORITY { get; set; }

Property Value

String

AUTHORITY_URI

public static Uri AUTHORITY_URI { get; set; }

Property Value

Uri

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

CALLER_IS_SYNCADAPTER

public static String CALLER_IS_SYNCADAPTER { get; set; }

Property Value

String

DEFERRED_SNIPPETING

public static String DEFERRED_SNIPPETING { get; set; }

Property Value

String

DEFERRED_SNIPPETING_QUERY

public static String DEFERRED_SNIPPETING_QUERY { get; set; }

Property Value

String

DIRECTORY_PARAM_KEY

public static String DIRECTORY_PARAM_KEY { get; set; }

Property Value

String

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

LIMIT_PARAM_KEY

public static String LIMIT_PARAM_KEY { get; set; }

Property Value

String

PRIMARY_ACCOUNT_NAME

public static String PRIMARY_ACCOUNT_NAME { get; set; }

Property Value

String

PRIMARY_ACCOUNT_TYPE

public static String PRIMARY_ACCOUNT_TYPE { get; set; }

Property Value

String

REMOVE_DUPLICATE_ENTRIES

public static String REMOVE_DUPLICATE_ENTRIES { get; set; }

Property Value

String

STREQUENT_PHONE_ONLY

public static String STREQUENT_PHONE_ONLY { get; set; }

Property Value

String

Methods

CreatePoolableInstance()

HPA initializer for ContactsContract()

public static ContactsContract CreatePoolableInstance()

Returns

ContactsContract

IsProfileId(long)

public static bool IsProfileId(long arg0)

Parameters

arg0 long

long

Returns

bool

bool