microsoft / WindowsAppSDK

The Windows App SDK empowers all Windows desktop apps with modern Windows UI, APIs, and platform features, including back-compat support, shipped via NuGet.
https://docs.microsoft.com/windows/apps/windows-app-sdk/
MIT License
3.84k stars 320 forks source link

Please provide equivalents to `ToastButton` in Windows Community Toolkit #2960

Open nxtn-staged opened 2 years ago

nxtn-staged commented 2 years ago

There is no way to create ToastButtonSnooze or ToastButtonDismiss using AppNotificationBuilder and AppNotificationButton.

<action activationType="system" arguments="dismiss" content=""/>

activationType="system" is necessary to use the default localized strings.

Snooze/dismiss

pmpurifoy commented 2 years ago

Thanks for proposing this feature!

For WinAppSDK 1.2, we wanted to cover as many core features as we could with intentions to reach 1:1 parity or close to it with the UWP ToastContentBuilder. We will continue to add more features in future releases and prioritize the features that customers are wanting most.