Table of Contents

Interface IToastProvider

Namespace
AlphaFramework.Editor
Assembly
AlphaFramework.Editor.dll

Provides a surface for displaying toas messages to the user.

public interface IToastProvider
Extension Methods

Methods

ShowToast(string)

Displays a new toast messages to the user. Any exisiting messages are replaced.

void ShowToast(string message)

Parameters

message string

The message text to be displayed.

Remarks

A toast message is a message that pops up from a corner of the screen or window and vanishes after a few seconds without the user needing to confirm it.