void NotificationService_PushAccepted(object sender, PushSDK.PWNotificationEventArgs e)
 {
     PushContent.Text = e.NotificationContent??"*no content*";
 }
Ejemplo n.º 2
0
 void NotificationService_OnPushAccepted(object sender, PushSDK.Classes.CustomEventArgs<string> e)
 {
     throw new NotImplementedException();
 }