SPTAppRemoteTrack Protocol Reference
Conforms to | NSObject SPTAppRemoteImageRepresentable |
---|---|
Declared in | SPTAppRemoteTrack.h |
name
required method
The name of the track.
@property (nonatomic, copy, readonly) NSString *name
Declared In
SPTAppRemoteTrack.h
URI
required method
The URI of the track.
@property (nonatomic, copy, readonly) NSString *URI
Declared In
SPTAppRemoteTrack.h
duration
required method
The duration of the track in miliseconds.
@property (nonatomic, assign, readonly) NSUInteger duration
Declared In
SPTAppRemoteTrack.h
artist
required method
The artist of the track.
@property (nonatomic, strong, readonly) id<SPTAppRemoteArtist> artist
Declared In
SPTAppRemoteTrack.h
album
required method
The album of the track.
@property (nonatomic, strong, readonly) id<SPTAppRemoteAlbum> album
Declared In
SPTAppRemoteTrack.h
saved
required method
YES
if the user has saved the track, otherwise NO
.
@property (nonatomic, assign, readonly, getter=isSaved) BOOL saved
Declared In
SPTAppRemoteTrack.h