现在我们可以通过以下方式处理 Raw 和 Toast 通知接收事件:
_httpChannel.HttpNotificationReceived += new EventHandler<HttpNotificationEventArgs>(httpChannel_HttpNotificationReceived);
_httpChannel.ShellToastNotificationReceived += new EventHandler<HttpNotificationEventArgs>(httpChannel_HttpNotificationReceived);ere
但是没有收到 Tile 的事件。如何处理收到的瓷砖?
谢谢!