Interface IToastGui
This class facilitates interacting with and creating native toast windows.
Assembly: Dalamud.dll
Declaration
public interface IToastGui : IDalamudService
Methods
ShowNormal(string, ToastOptions?)
Show a toast message with the given content.
Declaration
void ShowNormal(string message, ToastOptions? options = null)