Skip to main content

Enum ToastSpeed

The speed at which native toast windows will persist.

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

Fields

Slow

The toast will take longer to disappear (around four seconds).

View Source
Declaration
Slow = 0

Fast

The toast will disappear more quickly (around two seconds).

View Source
Declaration
Fast = 1

Extension Methods