Skip to main content
Version: 15.x (API 15) [Current]

Delegate IToastGui.OnQuestToastDelegate

A delegate type used when a quest toast window appears.

Assembly: Dalamud.dll​
Declaration
public delegate void IToastGui.OnQuestToastDelegate(ref SeString message, ref QuestToastOptions options, ref bool isHandled)

Methods​

Invoke(ref SeString, ref QuestToastOptions, ref bool)​

Declaration
public virtual void Invoke(ref SeString message, ref QuestToastOptions options, ref bool isHandled)
Parameters​
TypeName
Dalamud.Game.Text.SeStringHandling.SeStringmessage
Dalamud.Game.Gui.Toast.QuestToastOptionsoptions
System.BooleanisHandled

BeginInvoke(ref SeString, ref QuestToastOptions, ref bool, AsyncCallback, object)​

Declaration
public virtual IAsyncResult BeginInvoke(ref SeString message, ref QuestToastOptions options, ref bool isHandled, AsyncCallback callback, object @object)
Returns​

System.IAsyncResult

Parameters​
TypeName
Dalamud.Game.Text.SeStringHandling.SeStringmessage
Dalamud.Game.Gui.Toast.QuestToastOptionsoptions
System.BooleanisHandled
System.AsyncCallbackcallback
System.Objectobject

EndInvoke(ref SeString, ref QuestToastOptions, ref bool, IAsyncResult)​

Declaration
public virtual void EndInvoke(ref SeString message, ref QuestToastOptions options, ref bool isHandled, IAsyncResult result)
Parameters​
TypeName
Dalamud.Game.Text.SeStringHandling.SeStringmessage
Dalamud.Game.Gui.Toast.QuestToastOptionsoptions
System.BooleanisHandled
System.IAsyncResultresult