Crate tauri_winrt_notification
source ·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.
Enums§
- Sounds suitable for Looping
Type Aliases§
- A specialized
Result
type that provides Windows error information.