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