电子通知按钮
Electron Notification Buttons
我刚刚开始使用 Electron,想知道是否有办法向通知添加按钮或其他元素?我的公司可能会使用 Electron 来构建产品,如果我们可以在通知上有 answer/hangup 按钮或快速回复文本框和按钮,那就太棒了。这在 Electron 中可能吗?
谢谢!
从Electron documentation可以看到:
Electron conveniently allows developers to send notifications with the HTML5 Notification API, using the currently running operating system's native notification APIs to display it.
所以,我想它只提供选项 defined in the API。
我刚刚开始使用 Electron,想知道是否有办法向通知添加按钮或其他元素?我的公司可能会使用 Electron 来构建产品,如果我们可以在通知上有 answer/hangup 按钮或快速回复文本框和按钮,那就太棒了。这在 Electron 中可能吗?
谢谢!
从Electron documentation可以看到:
Electron conveniently allows developers to send notifications with the HTML5 Notification API, using the currently running operating system's native notification APIs to display it.
所以,我想它只提供选项 defined in the API。