ToastResult Enumeration |
[This is preliminary documentation and is subject to change.]
Namespace: DesktopToast
| Member name | Value | Description | |
|---|---|---|---|
| Unavailable | 0 | Toast notification is unavailable on current OS. | |
| DisabledForApplication | 1 | The user has disabled notifications for this app. | |
| DisabledForUser | 2 | The user or administrator has disabled all notifications for this user on this computer. | |
| DisabledByGroupPolicy | 3 | An administrator has disabled all notifications on this computer through group policy. | |
| DisabledByManifest | 4 | This app has not declared itself toast capable in its package.appxmanifest file. | |
| Invalid | 5 | Toast request is invalid. | |
| Activated | 6 | The user activated the toast. | |
| ApplicationHidden | 7 | The application hid the toast using ToastNotifier.hide method. | |
| UserCanceled | 8 | The user dismissed the toast. | |
| TimedOut | 9 | The toast has timed out. | |
| Failed | 10 | The toast encountered an error. |