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

NotificationsService(DefaultNotificationsProvider) Constructor

Initializes a new instance of the NotificationsService class.

Namespace: DevExpress.ExpressApp.Notifications

Assembly: DevExpress.ExpressApp.Notifications.v18.2.dll

Declaration

public NotificationsService(
    DefaultNotificationsProvider defaultNotificationsProvider
)

Parameters

Name Type Description
defaultNotificationsProvider DefaultNotificationsProvider

A DefaultNotificationsProvider object.

See Also