INotificationsProvider Methods
Declares members implemented by Notifications Providers.Name | Description |
---|---|
Dismiss(IEnumerable<INotificationItem>) | Dismisses the specified notification item. |
GetActiveNotificationsCount() | Returns the number of active notifications. |
GetNotificationItems() | Returns the list of notification items. |
GetPostponedNotificationsCount() | Returns the number of postponed notifications. |
Postpone(IEnumerable<INotificationItem>, TimeSpan) | Postpones the specified notification item for the given amount of time. |
See Also