While my app is running I can receive toast notification,on ShellToastNotificationReceived(object sender, NotificationEventArgs e) event handler as keys in e.Collection.
If my app is not running and a toast notification arrives, a toast is displayed but how i can i handle this notification?
I mean which event is fire when my application is not running and notification arrives.
I know background agent but its not fulfill my requirement
Thanks.