使用 Device Group Messaging 获取跨设备通知解除

Getting cross device notification dismissal working with Device Group Messaging

在设备组消息的文档中说,删除一台设备上的通知会删除所有其他设备上的通知。 我该如何实施?我看不出有什么方法可以将 GCM 推送映射到通知。

"If a message has been handled on one device, the GCM message on the other devices are dismissed. For example, if a user has handled a calendar notification on a watch the notification will go away on the user's phone and tablet."

https://developers.google.com/cloud-messaging/notifications

我和 Firebase Cloud Messaging(GCM 的继任者)的负责人谈过,他们说这还没有实现,而且我发布这个的时候文档是不正确的。