Nativescript 中带有按钮的持久通知

Persistent notification with buttons in Nativescript

我想在通知区域做一个通知,只要我想要它就会持续存在,并且我想在其中添加按钮以在它不可见时控制我的应用程序中的操作。像这样:

Persistent interactive notification

我如何在 Nativescript 中做到这一点?

使用 nativescript-local-notifications 插件。

tns plugin add nativescript-local-notifications
  • ongoing - 标志使您能够持久通知
  • actions - 让你添加按钮