NotificationColor
public enum NotificationColor
{
Red = 27,
Yellow = 50,
Gold = 12,
GreenLight = 46,
GreenDark = 47,
Cyan = 48,
Blue = 51,
Purple = 49,
Rose = 45
}
public enum NotificationColor
{
Red = 27,
Yellow = 50,
Gold = 12,
GreenLight = 46,
GreenDark = 47,
Cyan = 48,
Blue = 51,
Purple = 49,
Rose = 45
}