SKAlbumType
public enum SKAlbumType : String, Codable
The types of albums available in the Spotify catalog.
See also
The Spotify iOS SDK type.-
A standard album.
Declaration
Swift
case album -
A single-track album.
Declaration
Swift
case single -
An album on which the artist appears, but didn’t author.
Declaration
Swift
case appearance = "appears_on" -
A compilation album.
Declaration
Swift
case compilation
View on GitHub
SKAlbumType Enumeration Reference