Delegate ToastGui.OnQuestToastDelegate
A delegate type used when a quest toast window appears.
Namespace: Dalamud.Game.Gui.Toast
Assembly: Dalamud.dll
Syntax
public delegate void OnQuestToastDelegate(ref SeString message, ref QuestToastOptions options, ref bool isHandled);
Parameters
| Type | Name | Description |
|---|---|---|
| SeString | message | The message displayed. |
| QuestToastOptions | options | Assorted toast options. |
| System.Boolean | isHandled | Whether the toast has been handled or should be propagated. |