Table of Contents

Class ContactsContract.Directory

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

Constructors

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

Parameters

initializer IJVMBridgeBaseInitializer

Properties

ACCOUNT_NAME

public static String ACCOUNT_NAME { get; set; }

Property Value

String

ACCOUNT_TYPE

public static String ACCOUNT_TYPE { get; set; }

Property Value

String

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

CALLER_PACKAGE_PARAM_KEY

public static String CALLER_PACKAGE_PARAM_KEY { get; set; }

Property Value

String

CONTENT_ITEM_TYPE

public static String CONTENT_ITEM_TYPE { get; set; }

Property Value

String

CONTENT_TYPE

public static String CONTENT_TYPE { get; set; }

Property Value

String

CONTENT_URI

public static Uri CONTENT_URI { get; set; }

Property Value

Uri

DEFAULT

public static long DEFAULT { get; set; }

Property Value

long

DIRECTORY_AUTHORITY

public static String DIRECTORY_AUTHORITY { get; set; }

Property Value

String

DISPLAY_NAME

public static String DISPLAY_NAME { get; set; }

Property Value

String

ENTERPRISE_CONTENT_URI

public static Uri ENTERPRISE_CONTENT_URI { get; set; }

Property Value

Uri

ENTERPRISE_DEFAULT

public static long ENTERPRISE_DEFAULT { get; set; }

Property Value

long

ENTERPRISE_LOCAL_INVISIBLE

public static long ENTERPRISE_LOCAL_INVISIBLE { get; set; }

Property Value

long

EXPORT_SUPPORT

public static String EXPORT_SUPPORT { get; set; }

Property Value

String

EXPORT_SUPPORT_ANY_ACCOUNT

public static int EXPORT_SUPPORT_ANY_ACCOUNT { get; set; }

Property Value

int

EXPORT_SUPPORT_NONE

public static int EXPORT_SUPPORT_NONE { get; set; }

Property Value

int

EXPORT_SUPPORT_SAME_ACCOUNT_ONLY

public static int EXPORT_SUPPORT_SAME_ACCOUNT_ONLY { get; set; }

Property Value

int

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

LOCAL_INVISIBLE

public static long LOCAL_INVISIBLE { get; set; }

Property Value

long

PACKAGE_NAME

public static String PACKAGE_NAME { get; set; }

Property Value

String

PHOTO_SUPPORT

public static String PHOTO_SUPPORT { get; set; }

Property Value

String

PHOTO_SUPPORT_FULL

public static int PHOTO_SUPPORT_FULL { get; set; }

Property Value

int

PHOTO_SUPPORT_FULL_SIZE_ONLY

public static int PHOTO_SUPPORT_FULL_SIZE_ONLY { get; set; }

Property Value

int

PHOTO_SUPPORT_NONE

public static int PHOTO_SUPPORT_NONE { get; set; }

Property Value

int

PHOTO_SUPPORT_THUMBNAIL_ONLY

public static int PHOTO_SUPPORT_THUMBNAIL_ONLY { get; set; }

Property Value

int

SHORTCUT_SUPPORT

public static String SHORTCUT_SUPPORT { get; set; }

Property Value

String

SHORTCUT_SUPPORT_DATA_ITEMS_ONLY

public static int SHORTCUT_SUPPORT_DATA_ITEMS_ONLY { get; set; }

Property Value

int

SHORTCUT_SUPPORT_FULL

public static int SHORTCUT_SUPPORT_FULL { get; set; }

Property Value

int

SHORTCUT_SUPPORT_NONE

public static int SHORTCUT_SUPPORT_NONE { get; set; }

Property Value

int

TYPE_RESOURCE_ID

public static String TYPE_RESOURCE_ID { get; set; }

Property Value

String

Methods

IsEnterpriseDirectoryId(long)

public static bool IsEnterpriseDirectoryId(long arg0)

Parameters

arg0 long

long

Returns

bool

bool

IsRemoteDirectoryId(long)

public static bool IsRemoteDirectoryId(long arg0)

Parameters

arg0 long

long

Returns

bool

bool

NotifyDirectoryChange(ContentResolver)

public static void NotifyDirectoryChange(ContentResolver arg0)

Parameters

arg0 ContentResolver

ContentResolver