Skip to main content

Interface INotificationManager

Manager for notifications provided by Dalamud using ImGui.

Assembly: Dalamud.dll
Declaration
public interface INotificationManager : IDalamudService

Methods

AddNotification(Notification)

Adds a notification.

Declaration
IActiveNotification AddNotification(Notification notification)
Returns

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

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