monoandroid
namespace Android.Provider
{
[Register("android/provider/MediaStore", DoNotGenerateAcw = true)]
public sealed class MediaStore : Object
{
[Register("android/provider/MediaStore$Audio", DoNotGenerateAcw = true)]
public sealed class Audio : Object
{
[Register("android/provider/MediaStore$Audio$Playlists", DoNotGenerateAcw = true)]
public sealed class Playlists : Object
{
[Register("android/provider/MediaStore$Audio$Playlists$Members", DoNotGenerateAcw = true)]
public sealed class Members : Object
{
[Register("moveItem", "(Landroid/content/ContentResolver;JII)Z", "")]
public static bool MoveItem(ContentResolver? res, long playlistId, int from, int to);
}
}
}
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to monoandroid | |
Assembly | Mono.Android , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |