Example #1
0
		public NotificationEventArgs (NotificationMessage message)
		{
			this.Message = message;
		}
Example #2
0
 public void AddNotification(NotificationMessage notification)
 {
     SendCommand("addNotification", notification, AllowNotificationCollapsing);
 }