Table of Contents

Class MediaStore.Images.Media

Namespace
Android.Provider
Assembly
MASES.Netdroid.dll
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

initializer IJVMBridgeBaseInitializer

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

CONTENT_TYPE

public static String CONTENT_TYPE { get; set; }

Property Value

String

DEFAULT_SORT_ORDER

public static String DEFAULT_SORT_ORDER { get; set; }

Property Value

String

EXTERNAL_CONTENT_URI

public static Uri EXTERNAL_CONTENT_URI { get; set; }

Property Value

Uri

INTERNAL_CONTENT_URI

public static Uri INTERNAL_CONTENT_URI { get; set; }

Property Value

Uri

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements java.lang.AutoCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

Methods

CreatePoolableInstance()

HPA initializer for Media()

public static MediaStore.Images.Media CreatePoolableInstance()

Returns

MediaStore.Images.Media

GetBitmap(ContentResolver, Uri)

[Obsolete("Deprecated in JVM")]
public static Bitmap GetBitmap(ContentResolver arg0, Uri arg1)

Parameters

arg0 ContentResolver

ContentResolver

arg1 Uri

Uri

Returns

Bitmap

Bitmap

Exceptions

FileNotFoundException
IOException

GetContentUri(String)

public static Uri GetContentUri(String arg0)

Parameters

arg0 String

String

Returns

Uri

Uri

GetContentUri(String, long)

public static Uri GetContentUri(String arg0, long arg1)

Parameters

arg0 String

String

arg1 long

long

Returns

Uri

Uri

InsertImage(ContentResolver, Bitmap, String, String)

[Obsolete("Deprecated in JVM")]
public static String InsertImage(ContentResolver arg0, Bitmap arg1, String arg2, String arg3)

Parameters

arg0 ContentResolver

ContentResolver

arg1 Bitmap

Bitmap

arg2 String

String

arg3 String

String

Returns

String

String

InsertImage(ContentResolver, String, String, String)

[Obsolete("Deprecated in JVM")]
public static String InsertImage(ContentResolver arg0, String arg1, String arg2, String arg3)

Parameters

arg0 ContentResolver

ContentResolver

arg1 String

String

arg2 String

String

arg3 String

String

Returns

String

String

Exceptions

FileNotFoundException

Query(ContentResolver, Uri, String[])

[Obsolete("Deprecated in JVM")]
public static Cursor Query(ContentResolver arg0, Uri arg1, String[] arg2)

Parameters

arg0 ContentResolver

ContentResolver

arg1 Uri

Uri

arg2 String[]

String

Returns

Cursor

Cursor

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

arg0 ContentResolver

ContentResolver

arg1 Uri

Uri

arg2 String[]

String

arg3 String

String

arg4 String

String

Returns

Cursor

Cursor

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)

Parameters

arg0 ContentResolver

ContentResolver

arg1 Uri

Uri

arg2 String[]

String

arg3 String

String

arg4 String[]

String

arg5 String

String

Returns

Cursor

Cursor