示例#1
0
 public CompletableNotification (GcmXmppNotification notification)
 {
     Notification = notification;
     completionSource = new TaskCompletionSource<Exception> ();
 }
 public CompletableNotification(GcmXmppNotification notification)
 {
     Notification     = notification;
     completionSource = new TaskCompletionSource <Exception> ();
 }