Interface IUriHandlerAPI
Describes API for handling playnite:// URI.
public interface IUriHandlerAPI
Methods
RegisterSource(string, Action<PlayniteUriEventArgs>)
Registers new URI source.
void RegisterSource(string source, Action<PlayniteUriEventArgs> handler)
Parameters
source
stringSource name.
handler
Action<PlayniteUriEventArgs>Method to be executed.
RemoveSource(string)
Removes registered source.
void RemoveSource(string source)
Parameters
source
stringSource name.