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

Delegate IToastGui.OnNormalToastDelegate

A delegate type used when a normal toast window appears.

Assembly: Dalamud.dll
View Source
Declaration
public delegate void IToastGui.OnNormalToastDelegate(ref SeString message, ref ToastOptions options, ref bool isHandled)