0

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

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

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

谢谢!

4

1 回答 1

1

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

于 2013-07-08T08:28:54.090 回答