SKSavedAlbum

public struct SKSavedAlbum : 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.
  • The date and time the album was saved.

    Declaration

    Swift

    public let dateAdded: Date
  • Declaration

    Swift

    public var albumType: SKAlbumType { get }
  • Declaration

    Swift

    public var artists: [SKArtist]? { get }
  • Declaration

    Swift

    public var availableMarkets: [String]? { get }
  • Declaration

    Swift

    public var externalURLs: [String : URL] { get }
  • id

    Declaration

    Swift

    public var id: String { get }
  • Declaration

    Swift

    public var images: [SKImage] { get }
  • Declaration

    Swift

    public var name: String { get }
  • uri

    Declaration

    Swift

    public var uri: String { get }
  • url

    Declaration

    Swift

    public var url: URL { get }
  • Declaration

    Swift

    public var copyrights: [SKCopyright]? { get }
  • Declaration

    Swift

    public var externalIDs: [String : String]? { get }
  • Declaration

    Swift

    public var genres: [String]? { get }
  • Declaration

    Swift

    public var label: String? { get }
  • Declaration

    Swift

    public var popularity: Int? { get }
  • Declaration

    Swift

    public var releaseDate: Date? { get }
  • Declaration

    Swift

    public var releaseDatePrecision: SKDatePrecision? { get }
  • Declaration

    Swift

    public var tracks: Page<SKTrack>? { get }