示例#1
0
 public void SendNotification(NotificationEvent notificationEvent, Uri[] receiverAddresses)
 {
     this.SendNotification(new List <NotificationEvent>()
     {
         notificationEvent
     }, receiverAddresses);
 }
示例#2
0
 protected abstract void OnNotificationReceived(NotificationEvent notificationEvent);
示例#3
0
 public void SendNotification(NotificationEvent notificationEvent, Uri[] receiverAddresses)
 {
     this.SendNotification(new List<NotificationEvent>() { notificationEvent }, receiverAddresses);
 }