Added in API level 1

Albums

class Albums : BaseColumns, MediaStore.Audio.AlbumColumns
kotlin.Any
   ↳ android.provider.MediaStore.Audio.Artists.Albums

Sub-directory of each artist containing all albums on which a song by the artist appears.

Summary

Inherited constants
Public constructors

Public methods
static Uri!
getContentUri(volumeName: String!, artistId: Long)

Public constructors

Albums

Added in API level 1
Albums()

Public methods

getContentUri

Added in API level 1
static fun getContentUri(
    volumeName: String!,
    artistId: Long
): Uri!