Example #1
0
 public SpotifyLocalAPIClass(bool betaMode = false)
 {
     rh = RemoteHandler.GetInstance();
     mh = new SpotifyMusicHandler();
     eh = new SpotifyEventHandler(this, mh);
     SpotifyLocalAPIClass.betaMode = betaMode;
 }
 public SpotifyMusicHandler()
 {
     rh = RemoteHandler.GetInstance();
 }
Example #3
0
 public SpotifyLocalAPIClass()
 {
     rh = RemoteHandler.GetInstance();
     mh = new SpotifyMusicHandler();
     eh = new SpotifyEventHandler(this, mh);
 }
 public SpotifyMusicHandler()
 {
     rh = RemoteHandler.GetInstance();
 }