Class MediaStore.Images.Media
public class MediaStore.Images.Media : MediaStore.Images.ImageColumns, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, IBaseColumns
- Inheritance
-
MediaStore.Images.Media
- Implements
- Inherited Members
- Extension Methods
Constructors
Media()
public Media()
Media(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 Media(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
CONTENT_TYPE
public static String CONTENT_TYPE { get; set; }
Property Value
DEFAULT_SORT_ORDER
public static String DEFAULT_SORT_ORDER { get; set; }
Property Value
EXTERNAL_CONTENT_URI
public static Uri EXTERNAL_CONTENT_URI { get; set; }
Property Value
INTERNAL_CONTENT_URI
public static Uri INTERNAL_CONTENT_URI { 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
Methods
CreatePoolableInstance()
HPA initializer for Media()
public static MediaStore.Images.Media CreatePoolableInstance()
Returns
GetBitmap(ContentResolver, Uri)
[Obsolete("Deprecated in JVM")]
public static Bitmap GetBitmap(ContentResolver arg0, Uri arg1)
Parameters
arg0ContentResolverarg1Uri
Returns
Exceptions
GetContentUri(String)
public static Uri GetContentUri(String arg0)
Parameters
Returns
GetContentUri(String, long)
public static Uri GetContentUri(String arg0, long arg1)
Parameters
Returns
InsertImage(ContentResolver, Bitmap, String, String)
[Obsolete("Deprecated in JVM")]
public static String InsertImage(ContentResolver arg0, Bitmap arg1, String arg2, String arg3)
Parameters
arg0ContentResolverarg1Bitmaparg2Stringarg3String
Returns
InsertImage(ContentResolver, String, String, String)
[Obsolete("Deprecated in JVM")]
public static String InsertImage(ContentResolver arg0, String arg1, String arg2, String arg3)
Parameters
arg0ContentResolverarg1Stringarg2Stringarg3String
Returns
Exceptions
Query(ContentResolver, Uri, String[])
[Obsolete("Deprecated in JVM")]
public static Cursor Query(ContentResolver arg0, Uri arg1, String[] arg2)
Parameters
arg0ContentResolverarg1Uriarg2String[]
Returns
Query(ContentResolver, Uri, String[], String, String)
[Obsolete("Deprecated in JVM")]
public static Cursor Query(ContentResolver arg0, Uri arg1, String[] arg2, String arg3, String arg4)
Parameters
arg0ContentResolverarg1Uriarg2String[]arg3Stringarg4String
Returns
Query(ContentResolver, Uri, String[], String, String[], String)
[Obsolete("Deprecated in JVM")]
public static Cursor Query(ContentResolver arg0, Uri arg1, String[] arg2, String arg3, String[] arg4, String arg5)