简体   繁体   English

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

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

I can schedule notification, but i want see pending notifications actives.我可以安排通知,但我希望看到待处理的通知处于活动状态。 It is possible?有可能的? Where flutter store time of notifications to show? Flutter 存储通知的时间在哪里显示?

ex:前任:

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

I want see where is 'RepeatInterval' value is stored我想看看“RepeatInterval”值存储在哪里

您可以使用pendingNotificationRequests获取待处理的通知:

var pendingNotificationRequests = await flutterLocalNotificationsPlugin.pendingNotificationRequests();

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM