Class CloudMediaProviderContract.MediaColumns
public class CloudMediaProviderContract.MediaColumns : JVMBridgeBase<CloudMediaProviderContract.MediaColumns>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
- Inheritance
-
CloudMediaProviderContract.MediaColumns
- Implements
- Extension Methods
Constructors
MediaColumns(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 MediaColumns(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
DATE_TAKEN_MILLIS
public static String DATE_TAKEN_MILLIS { get; set; }
Property Value
DURATION_MILLIS
public static String DURATION_MILLIS { get; set; }
Property Value
HEIGHT
public static String HEIGHT { get; set; }
Property Value
ID
public static String ID { get; set; }
Property Value
IS_FAVORITE
public static String IS_FAVORITE { 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
MEDIA_STORE_URI
public static String MEDIA_STORE_URI { get; set; }
Property Value
MIME_TYPE
public static String MIME_TYPE { get; set; }
Property Value
ORIENTATION
public static String ORIENTATION { get; set; }
Property Value
SIZE_BYTES
public static String SIZE_BYTES { get; set; }
Property Value
STANDARD_MIME_TYPE_EXTENSION
public static String STANDARD_MIME_TYPE_EXTENSION { get; set; }
Property Value
STANDARD_MIME_TYPE_EXTENSION_ANIMATED_WEBP
public static int STANDARD_MIME_TYPE_EXTENSION_ANIMATED_WEBP { get; set; }
Property Value
STANDARD_MIME_TYPE_EXTENSION_GIF
public static int STANDARD_MIME_TYPE_EXTENSION_GIF { get; set; }
Property Value
STANDARD_MIME_TYPE_EXTENSION_MOTION_PHOTO
public static int STANDARD_MIME_TYPE_EXTENSION_MOTION_PHOTO { get; set; }
Property Value
STANDARD_MIME_TYPE_EXTENSION_NONE
public static int STANDARD_MIME_TYPE_EXTENSION_NONE { get; set; }
Property Value
SYNC_GENERATION
public static String SYNC_GENERATION { get; set; }
Property Value
WIDTH
public static String WIDTH { get; set; }