KNara
KNara

Reputation: 55

how to group all toast notifications from one app in windows 10 action center

In window universal apps, using WNS(windows notification service) is there any way to group all toast notifications sent from one app inside the action center just like how all unread whatsapp conversations are shown as one notification in Android.

I see there is a WNS header called WNS-Group and WNS-Tag but setting/using those in anyway does not group the toasts

Can someone suggest if this is doable in Windows, if it is how ?

Thanks

Upvotes: 0

Views: 817

Answers (1)

Stacey Hanson
Stacey Hanson

Reputation: 421

Nope, you can't visually group notifications together (yet). The group and tag headers are to allow you to manage (e.g. dismiss) notifications together as a group.

Upvotes: 0

Related Questions