How to use

Send an event from your game code and configure the toast using its properties.
IToastEvent.Post( te => te.Show( new Toast
{
	Status = ToastStatus.Success,
	Text = "Awesome!"
} ) );
Optional Properties
  • Duration (seconds)
  • Position (Enum)