Skip to main content
.NET Framework 4.6.2+

NotificationsService(DefaultNotificationsProvider) Constructor

Initializes a new instance of the NotificationsService class.

Namespace: DevExpress.ExpressApp.Notifications

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

Declaration

public NotificationsService(
    DefaultNotificationsProvider defaultNotificationsProvider
)

Parameters

Name Type Description
defaultNotificationsProvider DefaultNotificationsProvider

A DefaultNotificationsProvider object.

See Also