SPTAlbumType Constants Reference
| Declared in | SPTPartialAlbum.h |
SPTAlbumType
Defines the various types albums can be in relation to a given artist.
Definition
typedef NS_ENUM(NSUInteger, SPTAlbumType ) {
SPTAlbumTypeAlbum,
SPTAlbumTypeSingle,
SPTAlbumTypeCompilation,
SPTAlbumTypeAppearsOn,
};
Constants
SPTAlbumTypeAlbum-
Specifies that the given album is a “standard” album.
Declared In
SPTPartialAlbum.h. SPTAlbumTypeSingle-
Specifies that the given album is a single.
Declared In
SPTPartialAlbum.h. SPTAlbumTypeCompilation-
Specifies that the given album is a compilation album.
Declared In
SPTPartialAlbum.h. SPTAlbumTypeAppearsOn-
Specifies that the given album is an “appears on” album that the artist appears on, but didn’t author.
Declared In
SPTPartialAlbum.h.
Declared In
SPTPartialAlbum.h