Skip to main content
A newer version of this page is available. .

INotificationsProvider Members

Declares members implemented by Notifications Providers.

Properties

Name Description
NotificationTypesInfo Gets information on business object types supported by the INotificationsProvider provider.

Methods

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