Getting the current page when receiving a toast notification (WP8.1 Silverlight, receiving WNS toast notification)
问题 I have an event that fires when the app is live and I receive an notification CurrentChannel_PushNotificationReceived . In this function I want to find out which page is currently displayed to know if the notification should update content on the page. The question is therefore twofold, how to know which page is currently displayed and interact with the toast notification. Update The issue is that I cannot interact with the elements because of clash with the OS threading (Dispatcher).