Project

General

Profile

Improvement #12500

Updated by Navod Zoysa 8 days ago

The notification operation response needs to be completed only when the user has clicked on the notification from the device side. 

 In order to identify which notification operation the user has clicked we'll need to send the operation id in the notification content for toast notifications notifications. [1] using the launch attribute in the toast content payload. [2] 

 [1] - https://learn.microsoft.com/en-us/windows/apps/design/shell/tiles-and-notifications/adaptive-interactive-toasts 
 [2] - https://learn.microsoft.com/en-us/uwp/schemas/tiles/toastschema/element-toast#attributes-and-elements

Back