现在我们可以通过以下方式处理Raw和Toast通知事件:
_httpChannel.HttpNotificationReceived += new EventHandler<HttpNotificationEventArgs>(httpChannel_HttpNotificationReceived);
_httpChannel.ShellToastNotificationReceived += new EventHandler<HttpNotificationEventArgs>(httpChannel_HttpNotificationReceived);ere
但Tile没有收到任何事件。如何处理Tile Recieved?
谢谢!
答案 0 :(得分:1)
无法处理或被告知收到的通知。