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 *uri

Declared In

SPTAppRemoteLibraryState.h

  isAdded required method

YES album or track was added to the user’s library, otherwise NO.

@property (nonatomic, assign, readonly) BOOL isAdded

Declared 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 canAdd

Declared In

SPTAppRemoteLibraryState.h