This sample demonstrates the basic layout of a Toast
to show simple notification and hide them.
The Toast
is a notification pop-up used to display on the desired position with required message and header icons.
The header text is set using title
property.
Information to be displayed is set using content
property.
More information about Toast can be found in this documentation section.