ToastType
The ToastType enumeration specifies the different types of toast notifications available.
Name | Value | Description |
---|---|---|
ToastType_Info | 0 | Info toast. |
ToastType_Success | 1 | Success toast. |
ToastType_Warning | 2 | Warning toast. |
ToastType_Error | 3 | Error toast. |