Skip to content
Version 2.11.0
↓ Get the launcher

NotificationKind enumeration

Severity / intent of a transient toast, used by the framework to pick a colour.

public enum NotificationKind
name value description
Info 0 Neutral informational message (uses the primary text colour).
Success 1 A positive / success outcome (uses the accent colour).
Warning 2 A non-fatal warning (uses the warning colour).
Error 3 An error / failure (uses an error colour).