Introduction - If you have any usage issues, please Google them yourself
This sample shows you how to use toast notifications, which are notifications sent from an app to the user. Toast appears as a pop-up notification in the upper right corner of the screen. A user can select the toast (touch or click) to launch the associated app. Toast notifications can be sent locally or through a web service. This sample demonstrates the functionality and features of local toast notifications and lets you preview all the toast template types.
The sample demonstrates the following scenarios:
Sending a text-only toast
Sending a toast that uses an image included in the app s package
Sending a toast that uses an image from the web
Specifying the sound that plays when a toast is displayed
Responding to events that arise from the user s response to the toast: a selection, a dismissal, or a time-out
Using long-duration toast