Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 1.57 KB

namespaces.md

File metadata and controls

36 lines (29 loc) · 1.57 KB

Go Back to README

Namespaces

MusicSources

Type Model Namespace Alias
MusicSource ItunesSearchSource ITUNES_SEARCH

MusicSearch

Everything from this package can be found either by manually importing each class/interface/enum/function etc. OR by using the default "MusicSearch" namespace.

The following is a list of each class/interface/enum/function from this function and how to reference them using the namespace.

Type Model Namespace Alias
Interface MusicArtist Artist
Interface MusicAlbum Album
Interface MusicSong Song

Interface MusicSource Source

Interface MusicQuery Query
Interface MusicArtistQuery ArtistQuery
Interface MusicAlbumQuery AlbumQuery
Interface MusicSongQuery SongQuery

Namespace MusicSources Sources

Class MusicResult Result

Function searchArtist getArtist
Function searchAlbum getAlbum
Function searchSong getSong