SPTAppRemoteLibraryState Protocol Reference
| Conforms to | NSObject |
|---|---|
| Declared in | SPTAppRemoteLibraryState.h |
Overview
The SPTAppRemoteLibraryState represents a the state of an album or track in a users Spotify library.
uri
required method
The uri of the track or album
@property (nonatomic, strong, readonly) NSString *uriDeclared In
SPTAppRemoteLibraryState.h
isAdded
required method
YES album or track was added to the user’s library, otherwise NO.
@property (nonatomic, assign, readonly) BOOL isAddedDeclared In
SPTAppRemoteLibraryState.h
canAdd
required method
YES album or track can be added to the user’s library, otherwise NO.
@property (nonatomic, assign, readonly) BOOL canAddDeclared In
SPTAppRemoteLibraryState.h