mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 19:57:07 +02:00
MSIX: implement initial version of notifications library (#1178)
This commit is contained in:
11
src/common/notifications_winrt/BackgroundHandler.idl
Normal file
11
src/common/notifications_winrt/BackgroundHandler.idl
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace PowerToysNotifications
|
||||
{
|
||||
[version(1)]
|
||||
[default_interface]
|
||||
runtimeclass BackgroundHandler : Windows.ApplicationModel.Background.IBackgroundTask
|
||||
{
|
||||
BackgroundHandler();
|
||||
|
||||
void Run(Windows.ApplicationModel.Background.IBackgroundTaskInstance taskInstance);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user