Table of Contents

Interface IUriHandlerAPI

Namespace
Playnite.SDK
Assembly
Playnite.SDK.dll

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 string

Source name.

handler Action<PlayniteUriEventArgs>

Method to be executed.

RemoveSource(string)

Removes registered source.

void RemoveSource(string source)

Parameters

source string

Source name.