SPTPartialAlbum Class Reference
| Inherits from | SPTJSONObjectBase : NSObject |
| Conforms to | SPTPartialObject |
| Declared in | SPTPartialAlbum.h |
Overview
Represents a “partial” album on the Spotify service. You can promote this to a full album object using SPTAlbum.
API Model: https://developer.spotify.com/web-api/object-model/#album-object-simplified
Tasks
Properties
-
identifierproperty -
nameproperty -
uriproperty -
playableUriproperty -
sharingURLproperty -
coversproperty -
smallestCoverproperty -
largestCoverproperty -
typeproperty -
availableTerritoriesproperty
Properties
availableTerritories
An array of ISO 3166 country codes in which the album is available.
@property (nonatomic, readonly, copy) NSArray *availableTerritoriesDeclared In
SPTPartialAlbum.hcovers
Returns a list of album covers in various sizes, as SPTImage objects.
@property (nonatomic, readonly, copy) NSArray *coversDeclared In
SPTPartialAlbum.hidentifier
The id of the track.
@property (nonatomic, readonly, copy) NSString *identifierDeclared In
SPTPartialAlbum.hlargestCover
Convenience method that returns the largest available cover image.
@property (nonatomic, readonly) SPTImage *largestCoverDeclared In
SPTPartialAlbum.hname
The name of the album.
@property (nonatomic, readonly, copy) NSString *nameDeclared In
SPTPartialAlbum.hplayableUri
A playable Spotify URI for this album.
@property (nonatomic, readonly, copy) NSURL *playableUriDeclared In
SPTPartialAlbum.hsharingURL
The HTTP open.spotify.com URL of the album.
@property (nonatomic, readonly, copy) NSURL *sharingURLDeclared In
SPTPartialAlbum.hsmallestCover
Convenience method that returns the smallest available cover image.
@property (nonatomic, readonly) SPTImage *smallestCoverDeclared In
SPTPartialAlbum.h