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
{{ message }}
This repository was archived by the owner on Oct 7, 2024. It is now read-only.
Using python 3.9, when I try to use listener.get_notifications_async(NotificationKinds.TOAST)
I get descriptor 'get_notifications_async' for 'UserNotificationListener' objects doesn't apply to a 'NotificationKinds' object
I've tried a few things including defining listener.kinds and using an integer or hex as an argument to the get_notifications_async function, but I can't seem to figure out what get_notifications_async wants as an argument.