v0.3.0
Pre-release
Pre-release
A Pre-release to make sure installation works as expected.
SUPPORT FOR ANDROID!
Changed
ApiConfig.scope
toApiConfig.scopes
which is now of typeApiScope[]
and also aligns to the web api scopesApiScope
enum values are now same as web api instead of bit flagsPlayerState.paused
->PlayerState.isPaused
to align with Spotify's iOS/Android sdk's
Added
- Android Support! Big thanks to @YozhikM for the initial work on this
PlaybackRestrictions.canSeek
SpotifyRemote.getChildrenOfItem
now has optionaloptions:GetChildrenItemsOptions
for android pagingSpotifyAuth.authorize
to replaceSpotifyAuth.initialize
which will now return a session object instead of just a token
Deprecated
SpotifyAuth.initialize
in favor ofSpotifyAuth.authorize