didHideNotification
Posted at the end of the Hide(_:) method to indicate that the app is now hidden.
Declaration
class let didHideNotification: NSNotification.NameDiscussion
The notification object is NSApp. This notification doesn’t contain a userInfo dictionary. The system posts this notification on the main actor.
To observe this notification using Swift concurrency, use NSApplication.DidHideMessage.
See Also
Notifications
didBecomeActiveNotificationdidChangeScreenParametersNotificationdidFinishLaunchingNotificationdidResignActiveNotificationdidUnhideNotificationdidUpdateNotificationwillBecomeActiveNotificationwillFinishLaunchingNotificationwillHideNotificationwillResignActiveNotificationwillTerminateNotificationwillUnhideNotificationwillUpdateNotificationdidFinishRestoringWindowsNotificationdidChangeOcclusionStateNotification