An enum of screen mode.
More...
Detailed Description
An enum of screen mode.
- Since:
- 4.0, DALi version 1.2.60
Member Enumeration Documentation
An enum of screen mode.
- Since:
- 4.0, DALi version 1.2.60
- Enumerator:
| NONE |
No notification level. Default level. This value makes the notification window place in the layer of the normal window.
- Since:
- 4.0, DALi version 1.2.60
|
| BASE |
Base notification level.
- Since:
- 4.0, DALi version 1.2.60
|
| MEDIUM |
Higher notification level than base.
- Since:
- 4.0, DALi version 1.2.60
|
| HIGH |
Higher notification level than medium.
- Since:
- 4.0, DALi version 1.2.60
|
| TOP |
The highest notification level.
- Since:
- 4.0, DALi version 1.2.60
|