mene
mene

Reputation: 382

Intercept all notifications - UWP

with new API, in windows 10 now there is the possibility to intercept all app's notification. Unfortunately I could not find the online examples, so I wanted to ask if anyone can share how to intercept them in the right way. A piece of code is always welcome!

Thanks

Upvotes: 3

Views: 1535

Answers (1)

Igor Kulman
Igor Kulman

Reputation: 16361

There is a new API for this added in the Anniversary Update, take a look at MSDN blog post explaining it: documentation has been mooved here

Upvotes: 1

Related Questions