ShowNotification

image

ShowNotification(string msg, bool blink = false, bool showBriefing = true)
ShowNotification(string msg, NotificationColor color, bool blink = false, bool showBriefing = true)
:ShowNotification(msg, blink, showBrief)
:ShowNotificationWithColor(msg, color, blink, showBrief)