NotificationSuppressRequested(
self,
key: str,
)Message| Name | Type | Description |
|---|---|---|
key* | str | Registry key of the notification being suppressed. |
| Name | Type |
|---|---|
| key | str |
Posted when the user picks SUPPRESS from a notification's detail modal.
The center does not dismiss on SUPPRESS because the remaining
notifications should still be reachable in place. The app handles
this message by running the suppress dispatch and calling
NotificationCenterScreen.reload with the refreshed registry
snapshot.