pywinrt / python-winsdk

Python package with bindings for Windows SDK
https://python-winsdk.readthedocs.io
MIT License
74 stars 8 forks source link

Microsoft.Windows.AppNotifications missing #35

Closed mimi89999 closed 9 months ago

mimi89999 commented 1 year ago

Hello,

I wanted to use https://learn.microsoft.com/en-us/windows/windows-app-sdk/api/winrt/microsoft.windows.appnotifications.builder.appnotificationbuilder?view=windows-app-sdk-1.2 as described in https://learn.microsoft.com/en-us/windows/apps/windows-app-sdk/notifications/app-notifications/app-notifications-quickstart?tabs=cpp, but it seems like there are no bindings for it in python-winsdk.

dlech commented 1 year ago

Can you use toasts instead? https://learn.microsoft.com/en-us/previous-versions/windows/apps/hh465448(v=win.10)

I would eventually like to enable more APIs but compilers not named clang are already struggling to compile everything so we need to break things up into individual packages first (#1).

dlech commented 9 months ago

fixed by https://github.com/pywinrt/pywinrt/pull/30