Skip to main content
.NET 6.0+

NotificationsService(DefaultNotificationsProvider) Constructor

Initializes a new instance of the NotificationsService class.

Namespace: DevExpress.ExpressApp.Notifications

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

Declaration

public NotificationsService(
    DefaultNotificationsProvider defaultNotificationsProvider
)

Parameters

Name Type Description
defaultNotificationsProvider DefaultNotificationsProvider

A DefaultNotificationsProvider object.

See Also