Skip to content
Version 2.11.0
↓ Get the launcher

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.