ReadonlyidentifierThe unique identifier assigned to this notification. Use it to correlate with system notification APIs if needed.
Deliver this notification immediately to Notification Center.
self, for method chaining
Remove this notification from Notification Center (if delivered) or cancel it (if pending).
A notification created by
hs.notify.new(). Call.send()to deliver it to macOS Notification Center. You can hold a reference to the object and call.withdraw()later to remove it.