Albums

  • A type representing a Spotify album.

    The Album protocol serves as the base protocol to which all Spotify album types conform. Its requirements include properties for both simplified and full versions of a Spotify album. See the Spotify Web API Object Model for more details.

    See more

    Declaration

    Swift

    public protocol Album
  • The types of albums available in the Spotify catalog.

    See also

    The Spotify iOS SDK type.
    See more

    Declaration

    Swift

    public enum SKAlbumType : String, Codable