NotificationKind enumeration
Severity / intent of a transient toast, used by the framework to pick a colour.
public enum NotificationKindValues
Section titled “Values”| 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). |
See Also
Section titled “See Also”- namespace Stellar.Abstractions.Services