Class ContactsContract.Directory
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
initializerIJVMBridgeBaseInitializer
Properties
ACCOUNT_NAME
public static String ACCOUNT_NAME { get; set; }
Property Value
ACCOUNT_TYPE
public static String ACCOUNT_TYPE { get; set; }
Property Value
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
CALLER_PACKAGE_PARAM_KEY
public static String CALLER_PACKAGE_PARAM_KEY { get; set; }
Property Value
CONTENT_ITEM_TYPE
public static String CONTENT_ITEM_TYPE { get; set; }
Property Value
CONTENT_TYPE
public static String CONTENT_TYPE { get; set; }
Property Value
CONTENT_URI
https://developer.android.com/reference/android/provider/ContactsContract.Directory.html#CONTENT_URI
public static Uri CONTENT_URI { get; set; }
Property Value
DEFAULT
public static long DEFAULT { get; set; }
Property Value
DIRECTORY_AUTHORITY
public static String DIRECTORY_AUTHORITY { get; set; }
Property Value
DISPLAY_NAME
public static String DISPLAY_NAME { get; set; }
Property Value
ENTERPRISE_CONTENT_URI
public static Uri ENTERPRISE_CONTENT_URI { get; set; }
Property Value
ENTERPRISE_DEFAULT
public static long ENTERPRISE_DEFAULT { get; set; }
Property Value
ENTERPRISE_LOCAL_INVISIBLE
public static long ENTERPRISE_LOCAL_INVISIBLE { get; set; }
Property Value
EXPORT_SUPPORT
public static String EXPORT_SUPPORT { get; set; }
Property Value
EXPORT_SUPPORT_ANY_ACCOUNT
public static int EXPORT_SUPPORT_ANY_ACCOUNT { get; set; }
Property Value
EXPORT_SUPPORT_NONE
public static int EXPORT_SUPPORT_NONE { get; set; }
Property Value
EXPORT_SUPPORT_SAME_ACCOUNT_ONLY
public static int EXPORT_SUPPORT_SAME_ACCOUNT_ONLY { 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
LOCAL_INVISIBLE
public static long LOCAL_INVISIBLE { get; set; }
Property Value
PACKAGE_NAME
public static String PACKAGE_NAME { get; set; }
Property Value
PHOTO_SUPPORT
public static String PHOTO_SUPPORT { get; set; }
Property Value
PHOTO_SUPPORT_FULL
public static int PHOTO_SUPPORT_FULL { get; set; }
Property Value
PHOTO_SUPPORT_FULL_SIZE_ONLY
public static int PHOTO_SUPPORT_FULL_SIZE_ONLY { get; set; }
Property Value
PHOTO_SUPPORT_NONE
public static int PHOTO_SUPPORT_NONE { get; set; }
Property Value
PHOTO_SUPPORT_THUMBNAIL_ONLY
public static int PHOTO_SUPPORT_THUMBNAIL_ONLY { get; set; }
Property Value
SHORTCUT_SUPPORT
public static String SHORTCUT_SUPPORT { get; set; }
Property Value
SHORTCUT_SUPPORT_DATA_ITEMS_ONLY
public static int SHORTCUT_SUPPORT_DATA_ITEMS_ONLY { get; set; }
Property Value
SHORTCUT_SUPPORT_FULL
public static int SHORTCUT_SUPPORT_FULL { get; set; }
Property Value
SHORTCUT_SUPPORT_NONE
public static int SHORTCUT_SUPPORT_NONE { get; set; }
Property Value
TYPE_RESOURCE_ID
public static String TYPE_RESOURCE_ID { get; set; }
Property Value
Methods
IsEnterpriseDirectoryId(long)
public static bool IsEnterpriseDirectoryId(long arg0)
Parameters
Returns
IsRemoteDirectoryId(long)
public static bool IsRemoteDirectoryId(long arg0)
Parameters
Returns
NotifyDirectoryChange(ContentResolver)
public static void NotifyDirectoryChange(ContentResolver arg0)