INotifications.Notify method
Show a transient on-screen toast.
public void Notify(string message, NotificationKind kind = NotificationKind.Info, float? seconds = null)| parameter | description |
|---|---|
| message | The text to display. |
| kind | Severity / intent, used to colour the toast. Defaults to Info. |
| seconds | How long the toast stays on screen; defaults to ~3 seconds when null. |
See Also
Section titled “See Also”- enum NotificationKind
- interface INotifications
- namespace Stellar.Abstractions.Services