Class QuestToastOptions
This class represents options that can be used with the Dalamud.Game.Gui.Toast.ToastGui
class for the quest toast variant.
Assembly: Dalamud.dll
View Source
Declaration
public sealed class QuestToastOptions
Properties
Position
Gets or sets the position of the toast on the screen.
View Source
Declaration
public QuestToastPosition Position { get; set; }
IconId
Gets or sets the ID of the icon that will appear in the toast.
This may be 0 for no icon.
View Source
Declaration
public uint IconId { get; set; }
DisplayCheckmark
Gets or sets a value indicating whether the toast will show a checkmark after appearing.
View Source
Declaration
public bool DisplayCheckmark { get; set; }
PlaySound
Gets or sets a value indicating whether the toast will play a completion sound.
This only works if Dalamud.Game.Gui.Toast.QuestToastOptions.IconId is non-zero or Dalamud.Game.Gui.Toast.QuestToastOptions.DisplayCheckmark is true.
View Source
Declaration
public bool PlaySound { get; set; }