Delegate IToastGui.NormalToastDelegate
A delegate type used when a normal toast window appears.
Assembly: Dalamud.dll
Declaration
public delegate void IToastGui.NormalToastDelegate(ref ReadOnlySeString message, ref ToastOptions options, ref bool isHandled)
Methods
Invoke(ref ReadOnlySeString, ref ToastOptions, ref bool)
Declaration
public virtual void Invoke(ref ReadOnlySeString message, ref ToastOptions options, ref bool isHandled)
Parameters
| Type | Name |
|---|---|
Lumina.Text.ReadOnly.ReadOnlySeString | message |
| Dalamud.Game.Gui.Toast.ToastOptions | options |
System.Boolean | isHandled |
BeginInvoke(ref ReadOnlySeString, ref ToastOptions, ref bool, AsyncCallback, object)
Declaration
public virtual IAsyncResult BeginInvoke(ref ReadOnlySeString message, ref ToastOptions options, ref bool isHandled, AsyncCallback callback, object @object)
Returns
System.IAsyncResult
Parameters
| Type | Name |
|---|---|
Lumina.Text.ReadOnly.ReadOnlySeString | message |
| Dalamud.Game.Gui.Toast.ToastOptions | options |
System.Boolean | isHandled |
System.AsyncCallback | callback |
System.Object | object |
EndInvoke(ref ReadOnlySeString, ref ToastOptions, ref bool, IAsyncResult)
Declaration
public virtual void EndInvoke(ref ReadOnlySeString message, ref ToastOptions options, ref bool isHandled, IAsyncResult result)
Parameters
| Type | Name |
|---|---|
Lumina.Text.ReadOnly.ReadOnlySeString | message |
| Dalamud.Game.Gui.Toast.ToastOptions | options |
System.Boolean | isHandled |
System.IAsyncResult | result |