Exemplo n.º 1
0
 static void Events_OnNotificationSendFailure(Common.Notification notification, Exception notificationFailureException)
 {
     Console.WriteLine("Failure: " + notification.Platform.ToString() + " -> " + notificationFailureException.Message + " -> " + notification.ToString());
 }
Exemplo n.º 2
0
 static void Events_OnNotificationSent(Common.Notification notification)
 {
     Console.WriteLine("Sent: " + notification.Platform.ToString() + " -> " + notification.ToString());
 }