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 INotificationsMembers
Section titled “Members”| 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. |
See Also
Section titled “See Also”- namespace Stellar.Abstractions.Services