arguments on ToastButtonSnooze? #4775
Unanswered
slurken
asked this question in
Questions & Help
Replies: 1 comment 1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
I'm using Microsoft.Toolkit.Uwp.Notifications.ToastButtonSnooze to create a snooze-button that is connected to a Selection Box.
I want to utilize a Microsoft.Toolkit.Uwp.Notifications.ToastNotificationManagerCompat.OnActivated to do actions based on how many snooze-attempts has been made.
However, I can't pass arguments to ToastButtonSnooze..
If I use "ToastButton" instead it works fine to pass arguments but then the snooze functionality wont work.
Anyone have any insights if this scenario can be done/fixed?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions