You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have already started doing it (like 40% complete), but stock on "UserNotificationListenerAccessStatus accessStatus = await listener.RequestAccessAsync();" stage.
Do you have a working version of this feature that we can merge into a PR? I am organizing the features for the coming version and thinking to add support for this.
Is it possible to extend library with the ability to listen and read user notifications ?
More details here: https://docs.microsoft.com/en-us/windows/uwp/design/shell/tiles-and-notifications/notification-listener (example code in article is completely in C#)
I have already started doing it (like 40% complete), but stock on "UserNotificationListenerAccessStatus accessStatus = await listener.RequestAccessAsync();" stage.
Here is code:
Has anyone already done this in C++ ? If not, let's add this functionality together.
The text was updated successfully, but these errors were encountered: