Add support for hints in notification portal #77
Labels
enhancement
new api
This requires adding API to an existing portal
portal: notifications
Notifications portal
Add support for: https://developer.gnome.org/notification-spec/#hints
That way we should be able to pass custom properties through the notification portal. E.g. in KDE we use many custom properties that are just passed in "hints" as a simple variant map. It shouldn't be hard to support that, this might just be one more specified option in "notification" parameter in AddNotification method.
E.g. hints a{sv} - array of extra properties, the backend implementation is not required to support any of them
The text was updated successfully, but these errors were encountered: