NoticeTipType enumeration
The visual style of the noticetip bar to display.
public enum NoticeTipTypeValues
Section titled “Values”| name | value | description |
|---|---|---|
| GreenBar | 0 |
Green horizontal bar at the top of the screen (DungeonGreenTips). |
| RedBar | 1 |
Red horizontal bar at the top of the screen (DungeonRedTips). |
| Special | 2 |
Special dungeon banner (DungeonSpecialTips). |
| WinBanner | 3 |
Victory banner (DungeonChallengeWinTips). |
| FailBanner | 4 |
Failure banner (DungeonChallengeFailTips). |
| PopTip | 5 |
Small stacking pop-up notification (PopTip). |
See Also
Section titled “See Also”- namespace Stellar.Abstractions.Services