コード例 #1
0
ファイル: SpotifyAPI.cs プロジェクト: Nekonime/SpotifyAPI-NET
 public SpotifyLocalAPIClass(bool betaMode = false)
 {
     rh = RemoteHandler.GetInstance();
     mh = new SpotifyMusicHandler();
     eh = new SpotifyEventHandler(this, mh);
     SpotifyLocalAPIClass.betaMode = betaMode;
 }
コード例 #2
0
 public SpotifyMusicHandler()
 {
     rh = RemoteHandler.GetInstance();
 }
コード例 #3
0
ファイル: SpotifyAPI.cs プロジェクト: GiroG200/PruebaSpotify
 public SpotifyLocalAPIClass()
 {
     rh = RemoteHandler.GetInstance();
     mh = new SpotifyMusicHandler();
     eh = new SpotifyEventHandler(this, mh);
 }
コード例 #4
0
 public SpotifyMusicHandler()
 {
     rh = RemoteHandler.GetInstance();
 }