https://specifications.freedesktop.org/notification-spec/notification-spec-latest.html
Taken from the spec:
org.freedesktop.Notifications.CloseNotification
| void org.freedesktop.Notifications.CloseNotification ( |
); |
|
UINT32 id;
Causes a notification to be forcefully closed and removed from the user's
view. It can be used, for example, in the event that what the
notification pertains to is no longer relevant, or to cancel a
notification with no expiration time.
https://specifications.freedesktop.org/notification-spec/notification-spec-latest.html
Taken from the spec:
org.freedesktop.Notifications.CloseNotificationUINT32 id;Causes a notification to be forcefully closed and removed from the user's view. It can be used, for example, in the event that what the notification pertains to is no longer relevant, or to cancel a notification with no expiration time.