Class MediaStore.Audio.AlbumColumns
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
initializerIJVMBridgeBaseInitializer
Properties
ALBUM
public static String ALBUM { get; set; }
Property Value
ALBUM_ART
[Obsolete("Deprecated in JVM")]
public static String ALBUM_ART { get; set; }
Property Value
ALBUM_ID
https://developer.android.com/reference/android/provider/MediaStore.Audio.AlbumColumns.html#ALBUM_ID
public static String ALBUM_ID { get; set; }
Property Value
ALBUM_KEY
[Obsolete("Deprecated in JVM")]
public static String ALBUM_KEY { get; set; }
Property Value
ARTIST
public static String ARTIST { get; set; }
Property Value
ARTIST_ID
public static String ARTIST_ID { get; set; }
Property Value
ARTIST_KEY
[Obsolete("Deprecated in JVM")]
public static String ARTIST_KEY { get; set; }
Property Value
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
FIRST_YEAR
public static String FIRST_YEAR { 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
LAST_YEAR
public static String LAST_YEAR { get; set; }
Property Value
NUMBER_OF_SONGS
public static String NUMBER_OF_SONGS { get; set; }
Property Value
NUMBER_OF_SONGS_FOR_ARTIST
public static String NUMBER_OF_SONGS_FOR_ARTIST { get; set; }