【问题标题】:Is there way to handle Tile Notification Recieved in Windows Phone 8?有没有办法处理在 Windows Phone 8 中收到的平铺通知?
【发布时间】:2013-07-08 05:29:29
【问题描述】:

现在我们可以通过以下方式处理 Raw 和 Toast 通知接收事件:

        _httpChannel.HttpNotificationReceived += new EventHandler<HttpNotificationEventArgs>(httpChannel_HttpNotificationReceived);
        _httpChannel.ShellToastNotificationReceived += new EventHandler<HttpNotificationEventArgs>(httpChannel_HttpNotificationReceived);ere

但是没有收到 Tile 的事件。收到的Tile如何处理?

谢谢!

【问题讨论】:

标签: windows-phone-8 push-notification tile mpns


【解决方案1】:

没有办法处理或被告知正在接收磁贴通知。

【讨论】:

  • 同意。作为一种解决方法,我曾经考虑过使用发送原始通知,然后在事件处理程序 HttpNotificationReceived 中更新 Tile;但设备只能在应用处于前台时收到原始通知,放弃吧。
猜你喜欢
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 2016-03-12
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
相关资源
最近更新 更多