DisplayToastMessage

Method

Display a toast message to the user. This is a basic text-based notification. This can be called every 500ms. If called more frequently, the messages will be ignored.

Definition

void DisplayToastMessage(string message, float duration = 4)
void DisplayToastMessage(string message, float duration = 4)

Parameters

ParameterDescription
string message

The message to display

float duration

The duration the message should display for