コード例 #1
0
 void NotificationService_PushAccepted(object sender, PushSDK.PWNotificationEventArgs e)
 {
     PushContent.Text = e.NotificationContent??"*no content*";
 }
コード例 #2
0
 void NotificationService_OnPushAccepted(object sender, PushSDK.Classes.CustomEventArgs<string> e)
 {
     throw new NotImplementedException();
 }