Table of Contents

Class MediaStore.Audio.AlbumColumns

Namespace
Android.Provider
Assembly
MASES.Netdroid.dll
public class MediaStore.Audio.AlbumColumns : JVMBridgeBase<MediaStore.Audio.AlbumColumns>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
Inheritance
MediaStore.Audio.AlbumColumns
Implements
Extension Methods

Constructors

AlbumColumns(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 AlbumColumns(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Properties

ALBUM

public static String ALBUM { get; set; }

Property Value

String

ALBUM_ART

[Obsolete("Deprecated in JVM")]
public static String ALBUM_ART { get; set; }

Property Value

String

ALBUM_ID

public static String ALBUM_ID { get; set; }

Property Value

String

ALBUM_KEY

[Obsolete("Deprecated in JVM")]
public static String ALBUM_KEY { get; set; }

Property Value

String

ARTIST

public static String ARTIST { get; set; }

Property Value

String

ARTIST_ID

public static String ARTIST_ID { get; set; }

Property Value

String

ARTIST_KEY

[Obsolete("Deprecated in JVM")]
public static String ARTIST_KEY { get; set; }

Property Value

String

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

FIRST_YEAR

public static String FIRST_YEAR { get; set; }

Property Value

String

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

LAST_YEAR

public static String LAST_YEAR { get; set; }

Property Value

String

NUMBER_OF_SONGS

public static String NUMBER_OF_SONGS { get; set; }

Property Value

String

NUMBER_OF_SONGS_FOR_ARTIST

public static String NUMBER_OF_SONGS_FOR_ARTIST { get; set; }

Property Value

String