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

Class PluginLinkHandler

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
public class PluginLinkHandler : IServiceType, IPluginLinkHandler, IDalamudService

Implements:
Dalamud.IServiceType, Dalamud.Plugin.Services.IPluginLinkHandler, Dalamud.Plugin.Services.IDalamudService

Methods

DisposeService()

Disposes the service.

View Source
Declaration
public void DisposeService()

Events

OnUriReceived

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

View Source
Declaration
public event IPluginLinkHandler.PluginUriReceived? OnUriReceived
Event Type

Dalamud.Plugin.Services.IPluginLinkHandler.PluginUriReceived

Implements