.NET
Microsoft Technologies based on the .NET software framework.
2,308 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
for example; I want to read notifications coming from Facebook, WhatsApp, browser or any application with C#.
To read notifications from other applications in Windows 10, you can use the UserNotificationListener
class. However, it’s important to note that this class can only read notifications from the current application. It’s not possible to read notifications from other applications due to privacy and security reasons.