:: com :: sun :: star :: frame ::

constants group InfobarType

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