簡體   English   中英

我如何在 Flutter 本地通知上查看待處理的通知?

[英]How i can see pending notifications on Flutter local notifications?

我可以安排通知,但我希望看到待處理的通知處於活動狀態。 有可能的? Flutter 存儲通知的時間在哪里顯示?

前任:

notifications.periodicallyShow(id, title, body, RepeatInterval.EveryMinute, _ongoing);

我想看看“RepeatInterval”值存儲在哪里

您可以使用pendingNotificationRequests獲取待處理的通知:

var pendingNotificationRequests = await flutterLocalNotificationsPlugin.pendingNotificationRequests();

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM