Skip to main content
Version: 15.x (API 15) [Legacy]

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.