示例#1
0
 /// <summary>
 /// Display a HUD notification, thread-safe and error-handled.
 /// </summary>
 public static void Notify(string message, int disappearTimeMs = 2000, Severity.Level level = Severity.Level.TRACE)
 {
     Notify(message, disappearTimeMs, Severity.FontForLevel(level));
 }