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

Delegate IToastGui.QuestToastDelegate

A delegate type used when a quest toast window appears.

Assembly: Dalamud.dll
Declaration
public delegate void IToastGui.QuestToastDelegate(ref ReadOnlySeString message, ref QuestToastOptions options, ref bool isHandled)

Methods

Invoke(ref ReadOnlySeString, ref QuestToastOptions, ref bool)

Declaration
public virtual void Invoke(ref ReadOnlySeString message, ref QuestToastOptions options, ref bool isHandled)
Parameters
TypeName
Lumina.Text.ReadOnly.ReadOnlySeStringmessage
Dalamud.Game.Gui.Toast.QuestToastOptionsoptions
System.BooleanisHandled

BeginInvoke(ref ReadOnlySeString, ref QuestToastOptions, ref bool, AsyncCallback, object)

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

System.IAsyncResult

Parameters
TypeName
Lumina.Text.ReadOnly.ReadOnlySeStringmessage
Dalamud.Game.Gui.Toast.QuestToastOptionsoptions
System.BooleanisHandled
System.AsyncCallbackcallback
System.Objectobject

EndInvoke(ref ReadOnlySeString, ref QuestToastOptions, ref bool, IAsyncResult)

Declaration
public virtual void EndInvoke(ref ReadOnlySeString message, ref QuestToastOptions options, ref bool isHandled, IAsyncResult result)
Parameters
TypeName
Lumina.Text.ReadOnly.ReadOnlySeStringmessage
Dalamud.Game.Gui.Toast.QuestToastOptionsoptions
System.BooleanisHandled
System.IAsyncResultresult