ToastTemplateType
ToastTemplateType
ToastTemplateType
ToastTemplateType
Enum
Definition
Specifies the template to use in a toast notification.
public : enum class ToastTemplateTypepublic enum ToastTemplateTypePublic Enum ToastTemplateType// You can use this enum in JavaScript.
- Attributes
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Fields
| ToastImageAndText01 ToastImageAndText01 ToastImageAndText01 ToastImageAndText01 | A large image and a single string wrapped across three lines of text. |
| ToastImageAndText02 ToastImageAndText02 ToastImageAndText02 ToastImageAndText02 | A large image, one string of bold text on the first line, one string of regular text wrapped across the second and third lines. |
| ToastImageAndText03 ToastImageAndText03 ToastImageAndText03 ToastImageAndText03 | A large image, one string of bold text wrapped across the first two lines, one string of regular text on the third line. |
| ToastImageAndText04 ToastImageAndText04 ToastImageAndText04 ToastImageAndText04 | A large image, one string of bold text on the first line, one string of regular text on the second line, one string of regular text on the third line. |
| ToastText01 ToastText01 ToastText01 ToastText01 | A single string wrapped across three lines of text. |
| ToastText02 ToastText02 ToastText02 ToastText02 | One string of bold text on the first line, one string of regular text wrapped across the second and third lines. |
| ToastText03 ToastText03 ToastText03 ToastText03 | One string of bold text wrapped across the first and second lines, one string of regular text on the third line. |
| ToastText04 ToastText04 ToastText04 ToastText04 | One string of bold text on the first line, one string of regular text on the second line, one string of regular text on the third line. |
Remarks
You can send any toast template to Windows Phone 8.1, but it will be rendered as a modified version of ToastText02, with no image, two text strings (both on the same line, the first string in bold), and the app's Square 150x150 logo. An example is shown here
See Also
- The toast template catalog
- Toast notifications sample
- Sending toast notifications from desktop apps sample
- Toast XML schema
- Toast notification overview
- Quickstart: Sending a toast notification
- Quickstart: Sending a toast push notification
- Quickstart: Sending a toast notification from the desktop
- Guidelines and checklist for toast notifications
- How to handle activation from a toast notification
- How to opt in for toast notifications
- How to schedule a toast notification
- How to enable desktop toast notifications through an AppUserModelID
- Toast audio options
- Tile and toast image sizes








