Enum NotificationLevel

Definition

Namespace:
ElmSharp
Assembly:
ElmSharp.dll
API Level:
preview

Enumeration of notification window's priority level.

C#
Copy
public enum NotificationLevel
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.