album

std

A provider-agnostic musical album that can be interacted with through service providers.

Extension Functions

native fun getAllArtists() on album link

Gets all Artist s of the album.

Returns list

A list of all artists of the album

native fun getArtist() on album link

Gets the primary Artist of the album.

Returns Artist

The artist of the album

native fun getId() on album link

Gets the ID of an album.

Returns string

The ID of the album

native fun getName() on album link

Gets the name of an album.

Returns string

The name of the album

native fun getUrl() on album link

Gets the URL of an album.

Returns string

The URL of the album