Expand description

An incomplete wrapper over the WinRT toast api

Tested in Windows 10 and 8.1. Untested in Windows 8, might work.

Todo:

  • Add support for Adaptive Content
  • Add support for Actions

Known Issues:

  • Will not work for Windows 7.

Limitations:

  • Windows 8.1 only supports a single image, the last image (icon, hero, image) will be the one on the toast

Structs

An error object consists of both an error code as well as detailed error information for debugging.

A WinRT string (HSTRING) is reference-counted and immutable.

Required features: "UI_Notifications"

Enums

Sounds suitable for Looping

Type Definitions

A specialized Result type that provides Windows error information.