Constants |
INFO |
For information messages (color: light blue). |
SUCCESS |
For success notifications (color: light green). |
WARNING |
For warning messages (color: orange). |
DANGER |
For critical errors (color: red). |
Constants' Details |
INFO
const long INFO = 0;
- Description
- For information messages (color: light blue).
|
|
SUCCESS
const long SUCCESS = 1;
- Description
- For success notifications (color: light green).
|
|
WARNING
const long WARNING = 2;
- Description
- For warning messages (color: orange).
|
|
DANGER
const long DANGER = 3;
- Description
- For critical errors (color: red).
|
|
Top of Page
Copyright © 2020, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.