中的其他进程发送的

中的其他进程发送的

本文介绍了如何捕获从 Windows 10 中的其他进程发送的 Toast 通知?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有没有办法检测 Windows 10 中其他应用程序显示的 Toast 通知?

Is there a way to detect toast notifications being shown by other apps in Windows 10?

推荐答案

您可以通过通知侦听器侦听 Windows 上发生的所有通知:https://docs.microsoft.com/en-us/windows/uwp/design/shell/tiles-and-通知/通知监听器

you can listen to all notifications happening on windows via a notification listener: https://docs.microsoft.com/en-us/windows/uwp/design/shell/tiles-and-notifications/notification-listener

这篇关于如何捕获从 Windows 10 中的其他进程发送的 Toast 通知?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-26 23:29