Class DocumentsContract.Document
public class DocumentsContract.Document : JVMBridgeBase<DocumentsContract.Document>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
- Inheritance
-
DocumentsContract.Document
- Implements
- Extension Methods
Constructors
Document(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 Document(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
COLUMN_DISPLAY_NAME
public static String COLUMN_DISPLAY_NAME { get; set; }
Property Value
COLUMN_DOCUMENT_ID
public static String COLUMN_DOCUMENT_ID { get; set; }
Property Value
COLUMN_FLAGS
public static String COLUMN_FLAGS { get; set; }
Property Value
COLUMN_ICON
https://developer.android.com/reference/android/provider/DocumentsContract.Document.html#COLUMN_ICON
public static String COLUMN_ICON { get; set; }
Property Value
COLUMN_LAST_MODIFIED
public static String COLUMN_LAST_MODIFIED { get; set; }
Property Value
COLUMN_MIME_TYPE
public static String COLUMN_MIME_TYPE { get; set; }
Property Value
COLUMN_SIZE
https://developer.android.com/reference/android/provider/DocumentsContract.Document.html#COLUMN_SIZE
public static String COLUMN_SIZE { get; set; }
Property Value
COLUMN_SUMMARY
public static String COLUMN_SUMMARY { get; set; }
Property Value
FLAG_DIR_BLOCKS_OPEN_DOCUMENT_TREE
public static int FLAG_DIR_BLOCKS_OPEN_DOCUMENT_TREE { get; set; }
Property Value
FLAG_DIR_PREFERS_GRID
public static int FLAG_DIR_PREFERS_GRID { get; set; }
Property Value
FLAG_DIR_PREFERS_LAST_MODIFIED
public static int FLAG_DIR_PREFERS_LAST_MODIFIED { get; set; }
Property Value
FLAG_DIR_SUPPORTS_CREATE
public static int FLAG_DIR_SUPPORTS_CREATE { get; set; }
Property Value
FLAG_PARTIAL
public static int FLAG_PARTIAL { get; set; }
Property Value
FLAG_SUPPORTS_COPY
public static int FLAG_SUPPORTS_COPY { get; set; }
Property Value
FLAG_SUPPORTS_DELETE
public static int FLAG_SUPPORTS_DELETE { get; set; }
Property Value
FLAG_SUPPORTS_METADATA
public static int FLAG_SUPPORTS_METADATA { get; set; }
Property Value
FLAG_SUPPORTS_MOVE
public static int FLAG_SUPPORTS_MOVE { get; set; }
Property Value
FLAG_SUPPORTS_REMOVE
public static int FLAG_SUPPORTS_REMOVE { get; set; }
Property Value
FLAG_SUPPORTS_RENAME
public static int FLAG_SUPPORTS_RENAME { get; set; }
Property Value
FLAG_SUPPORTS_SETTINGS
public static int FLAG_SUPPORTS_SETTINGS { get; set; }
Property Value
FLAG_SUPPORTS_THUMBNAIL
public static int FLAG_SUPPORTS_THUMBNAIL { get; set; }
Property Value
FLAG_SUPPORTS_WRITE
public static int FLAG_SUPPORTS_WRITE { get; set; }
Property Value
FLAG_VIRTUAL_DOCUMENT
public static int FLAG_VIRTUAL_DOCUMENT { get; set; }
Property Value
FLAG_WEB_LINKABLE
public static int FLAG_WEB_LINKABLE { 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
MIME_TYPE_DIR
public static String MIME_TYPE_DIR { get; set; }