Skip to content
Version 2.11.0
↓ Get the launcher

INotifications interface

Framework toast surface — show short, transient on-screen messages from any plugin. Messages auto-disappear after their lifetime; this is fire-and-forget and read-only (no dismissal handle, no input). Use for plugin-side feedback the game does not show itself (guard / edge messages).

public interface INotifications
name description
Create() Create a fluent builder for a toast with optional custom icon. Call Show to enqueue it.
Notify(…) Show a transient on-screen toast.