IUiPlugin
Namespace: JoaLauncher.Api.Plugin
Defines a UI Plugin
public interface IUiPlugin : IPlugin
Methods
void Start(string port)
When executed, the plugin should start the UI
Parameters
Name | Description |
---|---|
System.String port | The port used for communication between the plugin and Joa |
void Stop()
When executed, the plugin should stop the UI