Skip to main content
Version: 13.x (API 13) [Legacy]

Interface IPluginLinkHandler

A service to allow plugins to subscribe to dalamud:// URIs targeting them. Plugins will receive any URI sent to the dalamud://plugin/{PLUGIN_INTERNAL_NAME}/... namespace.

Assembly: Dalamud.dll
View Source
Declaration
[Experimental("DAL_RPC", Message = "This service will be finalized around 7.41 and may change before then.")]
public interface IPluginLinkHandler : IDalamudService

Events

OnUriReceived

The event fired when a URI targeting this plugin is received.

View Source
Declaration
event IPluginLinkHandler.PluginUriReceived OnUriReceived
Event Type

Dalamud.Plugin.Services.IPluginLinkHandler.PluginUriReceived