C# Class Wox.Plugin.Spotify.SpotifyPlugin

Inheritance: IPlugin
Afficher le fichier Open project: JohnTheGr8/Wox.Plugin.Spotify

Méthodes publiques

Méthode Description
Init ( PluginInitContext context ) : void
Query ( Query query ) : List

Private Methods

Méthode 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 méthode

public Init ( PluginInitContext context ) : void
context PluginInitContext
Résultat void

Query() public méthode

public Query ( Query query ) : List
query Query
Résultat List