Skip to main content

Enum NotificationType

Possible notification types.

Assembly: Dalamud.dll
View Source
Declaration
public enum NotificationType

Fields

None

No special type.

View Source
Declaration
None = 0

Success

Type indicating success.

View Source
Declaration
Success = 1

Warning

Type indicating a warning.

View Source
Declaration
Warning = 2

Error

Type indicating an error.

View Source
Declaration
Error = 3

Info

Type indicating generic information.

View Source
Declaration
Info = 4

Extension Methods