C# Class Wox.Plugin.Spotify.SpotifyPlugin

Inheritance: IPlugin
Exibir arquivo Open project: JohnTheGr8/Wox.Plugin.Spotify

Public Methods

Method Description
Init ( PluginInitContext context ) : void
Query ( Query query ) : List

Private Methods

Method Description
GetPlaying ( ) : List
Pause ( string arg = null ) : List
Play ( string arg ) : List
PlayNext ( string arg ) : List
SearchAlbum ( string param ) : List
SearchArtist ( string param ) : List
SearchTrack ( string param ) : List
ToggleMute ( string arg = null ) : List

Method Details

Init() public method

public Init ( PluginInitContext context ) : void
context PluginInitContext
return void

Query() public method

public Query ( Query query ) : List
query Query
return List