【发布时间】: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如何处理?
谢谢!
【问题讨论】:
-
磁贴通知的目的是更新应用磁贴。为什么需要处理 Tile 通知? stackoverflow.com/questions/17317959/…
标签: windows-phone-8 push-notification tile mpns