Windows 互动通知
Windows interactive notifications
所以我想知道如何将快速回复吐司发送给正确的人,当你点击它时,它会转到特定的人。
示例 1:
A 给我发短信,我拉下交互式通知并输入我的回复,它由后台进程处理。应用程序如何知道我的回复发送给了 A 人。toast 的 XML 中是否有可以作为变量的属性,例如 phone 数字?
示例 2:
A 在我的 facebook 上发布了一张照片,我点击通知,它把我带到了 facebook 上的页面。还是有一个 XML 变量和 URL 之类的东西?
您可以下载 this Microsoft Windows UWP 示例,您可以在其中查看他们使用什么代码来管理通知。
我认为你需要 Toast 通知:
Toast notifications are small pop ups that appear on the screen for few seconds. They convey messages and can be customized to even play different sounds. New to Windows 10 are actionable toasts where a user has a choice to interact with the notifications by use of a button, for example.
所以我想知道如何将快速回复吐司发送给正确的人,当你点击它时,它会转到特定的人。
示例 1:
A 给我发短信,我拉下交互式通知并输入我的回复,它由后台进程处理。应用程序如何知道我的回复发送给了 A 人。toast 的 XML 中是否有可以作为变量的属性,例如 phone 数字?
示例 2:
A 在我的 facebook 上发布了一张照片,我点击通知,它把我带到了 facebook 上的页面。还是有一个 XML 变量和 URL 之类的东西?
您可以下载 this Microsoft Windows UWP 示例,您可以在其中查看他们使用什么代码来管理通知。
我认为你需要 Toast 通知:
Toast notifications are small pop ups that appear on the screen for few seconds. They convey messages and can be customized to even play different sounds. New to Windows 10 are actionable toasts where a user has a choice to interact with the notifications by use of a button, for example.