Enum NotificationLevel
Definition
- Namespace:
- ElmSharp
- Assembly:
- ElmSharp.dll
Enumeration of notification window's priority level.
public enum NotificationLevel
Fields
Name | Description |
---|---|
Default | Default notification level. |
High | Higher notification level than medium. |
Medium | Higher notification level than default. |
None | No (reset) notification level. This value makes the window place in normal layer. |
Top | The highest notification level. |