Skip to main content
Version: 15.x (API 15) [Current]

Enum NotificationType

Possible notification types.

Assembly: Dalamud.dll​
Declaration
public enum NotificationType

Fields​

None​

No special type.

Declaration
None = 0

Success​

Type indicating success.

Declaration
Success = 1

Warning​

Type indicating a warning.

Declaration
Warning = 2

Error​

Type indicating an error.

Declaration
Error = 3

Info​

Type indicating generic information.

Declaration
Info = 4

Extension Methods​