SPTSearchQueryType Constants Reference
Declared in | SPTRequest.h |
SPTSearchQueryType
Defines types of result objects that can be searched for.
Definition
typedef NS_ENUM(NSUInteger, SPTSearchQueryType ) {
SPTQueryTypeTrack = 0,
SPTQueryTypeArtist,
SPTQueryTypeAlbum,
SPTQueryTypePlaylist,
};
Constants
SPTQueryTypeTrack
-
Specifies that all search results will be of type
SPTTrack
.Declared In
SPTRequest.h
. SPTQueryTypeArtist
-
Specifies that all search results will be of type
SPTArtist
.Declared In
SPTRequest.h
. SPTQueryTypeAlbum
-
Specifies that all search results will be of type
SPTAlbum
.Declared In
SPTRequest.h
. SPTQueryTypePlaylist
-
Specifies that all search results will be of type
SPTPartialPlaylist
.Declared In
SPTRequest.h
.
Declared In
SPTRequest.h