Enum NotificationLevel

Definition

Namespace:
Tizen.NUI
Assembly:
Tizen.NUI.dll
API Level:
3

An enum of notification window's priority level.

C#
Copy
public enum NotificationLevel
Name Description
Base

The base notification level.

High

The higher notification level than medium.

Medium

The medium notification level than base.

None

No notification level.
Default level.
This value makes the notification window place in the layer of the normal window.

Top

The highest notification level.