Can we use UWP APIs for WinUI3 desktop Applications?

Rohan Pande 375 Reputation points
2024-02-16T09:34:58.17+00:00

Hi,

I am building a WinUI3 desktop application where I am looking for notifications. I have tried out the App Notifications which are part of Windows App SDK but I am currently looking into Badge Notifications.

So, I found this Badge Notification Class API. But this API is part of UWP. So, can we use UWP APIs to build WinUI3 applications?

Thanks.

Universal Windows Platform (UWP)
Windows App SDK
Windows App SDK
A set of Microsoft open-source libraries, frameworks, components, and tools to be used in apps to access Windows platform functionality on many versions of Windows. Previously known as Project Reunion.
745 questions
C++
C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
3,608 questions
0 comments No comments
{count} votes

Accepted answer
  1. Castorix31 82,751 Reputation points
    2024-02-16T10:10:07.52+00:00

    There were discussions on GitHub : https://github.com/microsoft/microsoft-ui-xaml/issues/1919 https://github.com/microsoft/WindowsAppSDK/issues/3928 (I had used ITaskbarList3 on Windows 10...)


0 additional answers

Sort by: Most helpful