didBecomeHiddenNotification
A notification that posts when a window becomes hidden.
Declaration
nonisolated class let didBecomeHiddenNotification: NSNotification.NameDiscussion
The notification object is the hidden window. This notification doesn’t contain a userInfo dictionary.
Switching between apps doesn’t generate visibility-related notifications for windows. Window visibility changes reflect changes to the window’s isHidden property and reflect only the window’s visibility within the app.
The system posts this notification on the main actor.