Table of Contents

Class MediaStore.Images.Media

Namespace
Android.Provider
Assembly
MASES.Netdroid.dll
public class MediaStore.Images.Media : MediaStore.Images.ImageColumns, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, IBaseColumns
Inheritance
JVMBridgeBase
JVMBridgeBase<BaseColumns>
MediaStore.Images.Media
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<BaseColumns>.IsAssignableFrom(IJavaType)
JVMBridgeBase<BaseColumns>.IsAssignableFrom<T>()
JVMBridgeBase<BaseColumns>.Execute<T>(params T[])
JVMBridgeBase<BaseColumns>.DynBridgeClazz
JVMBridgeBase<BaseColumns>.BridgeClazz
JVMBridgeBase.RuntimeClassNameOf<T>()
JVMBridgeBase.ClassNameOf<T>()
JVMBridgeBase.ClassOf<T>()
JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)
JVMBridgeBase.MonitorEnter()
JVMBridgeBase.MonitorExit()
JVMBridgeBase.IsInstanceOf(IJavaType)
JVMBridgeBase.IsInstanceOf<T>()
JVMBridgeBase.RuntimeIsInstanceOf<T>()
JVMBridgeBase.CastTo<TNewClass>()
JVMBridgeBase.CastDirect<TNewClass>()
JVMBridgeBase.Dispose()
JVMBridgeBase.ToString()
JVMBridgeBase.GetHashCode()
JVMBridgeBase.Notify()
JVMBridgeBase.NotifyAll()
JVMBridgeBase.Wait()
JVMBridgeBase.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.IsBridgeListener
Extension Methods

Constructors

Media()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

public Media()

Media(params object[])

Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class

public Media(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

CONTENT_TYPE

public static String CONTENT_TYPE { get; }

Property Value

String

DEFAULT_SORT_ORDER

public static String DEFAULT_SORT_ORDER { get; }

Property Value

String

EXTERNAL_CONTENT_URI

public static Uri EXTERNAL_CONTENT_URI { get; }

Property Value

Uri

INTERNAL_CONTENT_URI

public static Uri INTERNAL_CONTENT_URI { get; }

Property Value

Uri

IsBridgeAbstract

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

public override bool IsBridgeStatic { get; }

Property Value

bool

Methods

GetBitmap(ContentResolver, Uri)

[Obsolete]
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]
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]
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]
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]
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]
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