Structures

The following structures are available globally.

Storefronts

  • Apple Music Storefront struct, representing store fronts for different countries and regions of Apple Music.

    See more

    Declaration

    Swift

    public struct Storefront : Hashable, Codable, Identifiable

CatalogSong

  • Apple Music Catalog Song struct, representing songs that are available in Apple Music Server.

    See more

    Declaration

    Swift

    public struct CatalogSong : Hashable, Codable, Identifiable

LibrarySong

  • Apple Music Library Song struct, representing songs that have been added to user library.

    See more

    Declaration

    Swift

    public struct LibrarySong : Hashable, Codable, Identifiable

CatalogAlbum

  • Apple Music Catalog Album struct, representing albums that are available in Apple Music Server.

    See more

    Declaration

    Swift

    public struct CatalogAlbum : Hashable, Codable, Identifiable

LibraryAlbum

  • Apple Music Library Album struct, representing albums that have been added to user library.

    See more

    Declaration

    Swift

    public struct LibraryAlbum : Hashable, Codable, Identifiable

CatalogArtist

  • Apple Music Catalog Artist struct, representing artists that have contents available in Apple Music Server.

    See more

    Declaration

    Swift

    public struct CatalogArtist : Hashable, Codable, Identifiable

LibraryArtist

  • Apple Music Library Artist struct, representing artists that have their contents added to user library.

    See more

    Declaration

    Swift

    public struct LibraryArtist : Hashable, Codable, Identifiable

CatalogPlaylist

  • Apple Music Catalog Playlist struct, representing playlists that are available(either set as public, or created by Apple) in Apple Music Server.

    See more

    Declaration

    Swift

    public struct CatalogPlaylist : Hashable, Codable, Identifiable

LibraryPlaylist

  • Apple Music Library Playlist struct, representing playlists that have either been added to user library or created by the user.

    See more

    Declaration

    Swift

    public struct LibraryPlaylist : Hashable, Codable, Identifiable

Catalog Music Videos

  • Apple Music Catalog Music Video struct, representing music videos that are available in Apple Music Server.

    See more

    Declaration

    Swift

    public struct CatalogMV : Hashable, Codable, Identifiable

Library Music Videos

  • Apple Music Library Music Video struct, representing music videos that have been added to user library.

    See more

    Declaration

    Swift

    public struct LibraryMV : Hashable, Codable, Identifiable

Catalog Station

  • Apple Music Catalog Stations struct, representing music stations that are available in Apple Music Server.

    See more

    Declaration

    Swift

    public struct CatalogStation : Hashable, Codable, Identifiable
  • Undocumented

    See more

    Declaration

    Swift

    public struct ResourceRelationship : Hashable, Codable
  • Undocumented

    See more

    Declaration

    Swift

    public struct Resource : Hashable, Codable, Identifiable
  • Undocumented

    See more

    Declaration

    Swift

    public struct Artwork : Hashable, Codable
  • Undocumented

    See more

    Declaration

    Swift

    public struct Preview : Hashable, Codable
  • Undocumented

    See more

    Declaration

    Swift

    public struct PlayParams : Hashable, Codable
  • An object that represents notes.

    See more

    Declaration

    Swift

    public struct EditorialNotes : Hashable, Codable
  • Undocumented

    See more

    Declaration

    Swift

    public struct HummingKitAuthentication