Closed thomasgalliker closed 5 months ago
It‘s useful for some scenarios to get the list of delivered but not (yet) opened notifications which are currently displayed in the system tray.
This list may include push notifications as well as local notifications.
IEnumerable<???> deliveredNotifications = IFirebaseNotifications.GetDeliveredNotificationsAsync();
Provide a detailed example of where your proposal would be used and for what purpose.
Does anyone have an idea what a useful return value would be for the proposed methods?
Summary
It‘s useful for some scenarios to get the list of delivered but not (yet) opened notifications which are currently displayed in the system tray.
This list may include push notifications as well as local notifications.
API Changes
Intended Use Case
Provide a detailed example of where your proposal would be used and for what purpose.