ToastType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates the types of image and text for toast notification.
[System.Runtime.Serialization.DataContract]
public enum ToastType
[<System.Runtime.Serialization.DataContract>]
type ToastType =
Public Enum ToastType
- Inheritance
-
ToastType
- Attributes
Fields
Name | Value | Description |
---|---|---|
ToastImageAndText01 | 0 | Specifies the first type image and text. |
ToastImageAndText02 | 1 | Specifies the second type image and text. |
ToastImageAndText03 | 2 | Specifies the third type image and text. |
ToastImageAndText04 | 3 | Specifies the fourth type image and text. |
ToastSmallImageAndText01 | 4 | Specifies the first type small image and text. |
ToastSmallImageAndText02 | 5 | Specifies the second type small image and text. |
ToastSmallImageAndText03 | 6 | Specifies the third type small image and text. |
ToastSmallImageAndText04 | 7 | Specifies the fourth type small image and text. |
ToastText01 | 8 | Specifies the first type text. |
ToastText02 | 9 | Specifies the second type text. |
ToastText03 | 10 | Specifies the third type text. |
ToastText04 | 11 | Specifies the fourth type text. |
Applies to
Azure SDK for .NET