SPTAppRemotePlayerState Protocol Reference
| Conforms to | NSObject |
|---|---|
| Declared in | SPTAppRemotePlayerState.h |
track
required method
The track being played in the Spotify player.
@property (nonatomic, readonly) id<SPTAppRemoteTrack> trackDeclared In
SPTAppRemotePlayerState.h
playbackPosition
required method
The position of the playback in the Spotify player.
@property (nonatomic, readonly) NSInteger playbackPositionDeclared In
SPTAppRemotePlayerState.h
playbackSpeed
required method
The speed of the playback in the Spotify player.
@property (nonatomic, readonly) float playbackSpeedDeclared In
SPTAppRemotePlayerState.h
paused
required method
YES if the Spotify player is paused, otherwise NO.
@property (nonatomic, readonly, getter=isPaused) BOOL pausedDeclared In
SPTAppRemotePlayerState.h
playbackRestrictions
required method
The playback restrictions currently in effect.
@property (nonatomic, readonly) id<SPTAppRemotePlaybackRestrictions> playbackRestrictionsDeclared In
SPTAppRemotePlayerState.h
playbackOptions
required method
The playback options currently in effect.
@property (nonatomic, readonly) id<SPTAppRemotePlaybackOptions> playbackOptionsDeclared In
SPTAppRemotePlayerState.h
contextTitle
required method
The title of the currently playing context (e.g. the name of the playlist).
@property (nonatomic, readonly) NSString *contextTitleDeclared In
SPTAppRemotePlayerState.h
contextURI
required method
The URI of the currently playing context (e.g. the URI of the playlist).
@property (nonatomic, readonly) NSURL *contextURIDeclared In
SPTAppRemotePlayerState.h