SPTAppRemotePlayerStateDelegate Protocol Reference
Conforms to | NSObject |
---|---|
Declared in | SPTAppRemotePlayerAPI.h |
Overview
The SPTAppRemotePlayerStateDelegate
is used to get notifications from the Spotify app when the player state is
changed.
– playerStateDidChange:
required method
Called when the player state has been updated.
- (void)playerStateDidChange:(id<SPTAppRemotePlayerState>)playerState
Parameters
playerState |
The new player state. |
---|
Declared In
SPTAppRemotePlayerAPI.h