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)