Skip to main content

Interface INotificationManager

Manager for notifications provided by Dalamud using ImGui.

Assembly: Dalamud.dll
View Source
Declaration
public interface INotificationManager

Methods

AddNotification(Notification)

Adds a notification.

View Source
Declaration
IActiveNotification AddNotification(Notification notification)
Returns

Dalamud.Interface.ImGuiNotification.IActiveNotification: The added notification.

Parameters
TypeNameDescription
Dalamud.Interface.ImGuiNotification.NotificationnotificationThe new notification.