Class MediaStore.PickerMediaColumns
public class MediaStore.PickerMediaColumns : JVMBridgeBase<MediaStore.PickerMediaColumns>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
- Inheritance
-
MediaStore.PickerMediaColumns
- Implements
- Extension Methods
Constructors
PickerMediaColumns(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 PickerMediaColumns(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
DATA
public static String DATA { get; set; }
Property Value
DATE_TAKEN
public static String DATE_TAKEN { get; set; }
Property Value
DISPLAY_NAME
public static String DISPLAY_NAME { get; set; }
Property Value
DURATION_MILLIS
public static String DURATION_MILLIS { get; set; }
Property Value
HEIGHT
public static String HEIGHT { 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
public static String MIME_TYPE { get; set; }
Property Value
ORIENTATION
public static String ORIENTATION { get; set; }
Property Value
SIZE
public static String SIZE { get; set; }
Property Value
WIDTH
public static String WIDTH { get; set; }