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
sourcestringSource name.
handlerAction<PlayniteUriEventArgs>Method to be executed.
RemoveSource(string)
Removes registered source.
void RemoveSource(string source)
Parameters
sourcestringSource name.