Skip to main content

Enum ToastPosition

The positioning of native toast windows.

Assembly: Dalamud.dll
View Source
Declaration
public enum ToastPosition : byte

Fields

Bottom

The toast will be towards the bottom.

View Source
Declaration
Bottom = 0

Top

The toast will be towards the top.

View Source
Declaration
Top = 1

Extension Methods