Plugin Deeplinks
Loupedeck URI format
OR
Library packages installation
Example (installs "OpenIconLibrary" icon library):
Plugin commands
Plugin callbacks
The following URI structure is used to forward plugin callbacks:
Example (authentication callback to Spotify plugin):
loupedeck:plugin/Spotify/callback/?auth-token=33AA7F5524CB4166AFBA5F6BA8BD3D01C4018932C26147099EDA6809E2B1444D
Plugin receives the callback parameters through the Plugin.ServiceEvents.UrlCallbackReceived
event.
Working example: src\Plugins\Test4Plugin\PluginDynamicCommands\UrlCallbackDynamicCommand.cs
Loupedeck account commands
Initiate login
Service receives a login request in LoupedeckBackendManager.Login
method.
Initiate logout
Service receives a logout request in LoupedeckBackendManager.Logout
method.
Account callback
The following URI structure is used to forward account callbacks:
Service receives callback in LoupedeckBackendManager.Callback
method.