Albums
-
A type representing a Spotify album.
The
See moreAlbum
protocol serves as the base protocol to which all Spotify album types conform. Its requirements include properties for bothsimplified
andfull
versions of a Spotify album. See the Spotify Web API Object Model for more details.Declaration
Swift
public protocol Album
-
Declaration
Swift
public struct SKAlbum : Album, JSONDecodable
-
A Spotify album that has been saved to the current authenticated user’s music library.
See also
The Web API Saved Album object.Declaration
Swift
public struct SKSavedAlbum : Album, JSONDecodable