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
Type | Name | Description |
---|---|---|
Dalamud.Interface.ImGuiNotification.Notification | notification | The new notification. |