Skip to content
My custom sidebar

通知

使用平台的通知系统发送本地通知。

使用

typescript
import { sendNotification } from "perry/system";

sendNotification("Download Complete", "Your file has been downloaded successfully.");

平台实现

平台后端
macOSUNUserNotificationCenter
iOSUNUserNotificationCenter
AndroidNotificationManager
WindowsToast notifications
LinuxGNotification
WebWeb Notification API

权限:在 macOS、iOS 和 Web 上,用户可能需要授予通知权限。在首次使用时,系统将自动提示权限。

下一步

MIT License.