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