Replies: 2 comments 1 reply
-
https://github.com/gurrenm3/Toast-Notifications-with-.Net-Maui |
Beta Was this translation helpful? Give feedback.
1 reply
-
You can use .NET MAUI Community Toolkit for that Don't miss guided by the Android and iOS screenshots the Windows implementation is exactly what you need! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I was working on handling activation of toast notifications using the UWP Toast Toolkit (https://docs.microsoft.com/en-us/windows/apps/design/shell/tiles-and-notifications/send-local-toast?tabs=uwp) and I was wondering if I could hook up to the OnActivated event of UWP apps since MAUI uses UWP for its windows implementation.
On UWP usually you just hook up to this event on App.xaml.cs:

But that event is not the same as the one available on MAUI AFAIK.
Is it possible to handle the activation of the toast notification? Or do I have to follow the Desktop MSIX instructions of that page?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions