MediaStore.Audio.Genres.Members.GetContentUri(String, Int64) Method

Definition

[Android.Runtime.Register("getContentUri", "(Ljava/lang/String;J)Landroid/net/Uri;", "")]
public static Android.Net.Uri? GetContentUri (string? volumeName, long genreId);
[<Android.Runtime.Register("getContentUri", "(Ljava/lang/String;J)Landroid/net/Uri;", "")>]
static member GetContentUri : string * int64 -> Android.Net.Uri

Parameters

volumeName
String
genreId
Int64

Returns

Uri
Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to