Click or drag to resize

ToastResult Enumeration

[This is preliminary documentation and is subject to change.]

Result types of toast notifications

Namespace:  DesktopToast
Assembly:  DesktopToast (in DesktopToast.dll) Version: 0.7.0.0 (0.7.0.0)
Syntax
public enum ToastResult
Members
  Member nameValueDescription
Unavailable0 Toast notification is unavailable on current OS.
DisabledForApplication1 The user has disabled notifications for this app.
DisabledForUser2 The user or administrator has disabled all notifications for this user on this computer.
DisabledByGroupPolicy3 An administrator has disabled all notifications on this computer through group policy.
DisabledByManifest4 This app has not declared itself toast capable in its package.appxmanifest file.
Invalid5 Toast request is invalid.
Activated6 The user activated the toast.
ApplicationHidden7 The application hid the toast using ToastNotifier.hide method.
UserCanceled8 The user dismissed the toast.
TimedOut9 The toast has timed out.
Failed10 The toast encountered an error.
See Also