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
-
identifier
property -
name
property -
uri
property -
playableUri
property -
sharingURL
property -
covers
property -
smallestCover
property -
largestCover
property -
type
property -
availableTerritories
property
Properties
availableTerritories
An array of ISO 3166 country codes in which the album is available.
@property (nonatomic, readonly, copy) NSArray *availableTerritories
Declared In
SPTPartialAlbum.h
covers
Returns a list of album covers in various sizes, as SPTImage
objects.
@property (nonatomic, readonly, copy) NSArray *covers
Declared In
SPTPartialAlbum.h
identifier
The id of the track.
@property (nonatomic, readonly, copy) NSString *identifier
Declared In
SPTPartialAlbum.h
largestCover
Convenience method that returns the largest available cover image.
@property (nonatomic, readonly) SPTImage *largestCover
Declared In
SPTPartialAlbum.h
name
The name of the album.
@property (nonatomic, readonly, copy) NSString *name
Declared In
SPTPartialAlbum.h
playableUri
A playable Spotify URI for this album.
@property (nonatomic, readonly, copy) NSURL *playableUri
Declared In
SPTPartialAlbum.h
sharingURL
The HTTP open.spotify.com URL of the album.
@property (nonatomic, readonly, copy) NSURL *sharingURL
Declared In
SPTPartialAlbum.h
smallestCover
Convenience method that returns the smallest available cover image.
@property (nonatomic, readonly) SPTImage *smallestCover
Declared In
SPTPartialAlbum.h