enum: ashet.NotificationSeverity
Items
attention = 0Important information that require immediate action by the user.
This should be handled with care and only for reall urgent situations like low battery power or unsufficient disk memory.
information = 128This is a regular user notification, which should be used sparingly.
Typical notifications of this kind are in the category of "download completed", "video fully rendered" or similar.
whisper = 255Silent notifications that might be informational, but do not require attention by the user at all.
...This enumeration is non-exhaustive and may assume all values a u8 can represent.