Class DocumentsContract.Root
public class DocumentsContract.Root : JVMBridgeBase<DocumentsContract.Root>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
- Inheritance
-
DocumentsContract.Root
- Implements
- Extension Methods
Constructors
Root(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 Root(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
COLUMN_AVAILABLE_BYTES
public static String COLUMN_AVAILABLE_BYTES { get; set; }
Property Value
COLUMN_CAPACITY_BYTES
public static String COLUMN_CAPACITY_BYTES { 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
public static String COLUMN_ICON { get; set; }
Property Value
COLUMN_MIME_TYPES
public static String COLUMN_MIME_TYPES { get; set; }
Property Value
COLUMN_QUERY_ARGS
public static String COLUMN_QUERY_ARGS { get; set; }
Property Value
COLUMN_ROOT_ID
public static String COLUMN_ROOT_ID { get; set; }
Property Value
COLUMN_SUMMARY
public static String COLUMN_SUMMARY { get; set; }
Property Value
COLUMN_TITLE
public static String COLUMN_TITLE { get; set; }
Property Value
FLAG_EMPTY
public static int FLAG_EMPTY { get; set; }
Property Value
FLAG_LOCAL_ONLY
https://developer.android.com/reference/android/provider/DocumentsContract.Root.html#FLAG_LOCAL_ONLY
public static int FLAG_LOCAL_ONLY { get; set; }
Property Value
FLAG_SUPPORTS_CREATE
public static int FLAG_SUPPORTS_CREATE { get; set; }
Property Value
FLAG_SUPPORTS_EJECT
public static int FLAG_SUPPORTS_EJECT { get; set; }
Property Value
FLAG_SUPPORTS_IS_CHILD
public static int FLAG_SUPPORTS_IS_CHILD { get; set; }
Property Value
FLAG_SUPPORTS_RECENTS
public static int FLAG_SUPPORTS_RECENTS { get; set; }
Property Value
FLAG_SUPPORTS_SEARCH
public static int FLAG_SUPPORTS_SEARCH { 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_ITEM
public static String MIME_TYPE_ITEM { get; set; }