Contents

didMiniaturizeNotification

A notification that the window object minimized.

Declaration

class let didMiniaturizeNotification: NSNotification.Name

Discussion

The notification object is the NSWindow object that minimized. This notification doesn’t contain a userInfo dictionary.

To observe this notification using Swift concurrency, use NSWindow.DidMiniaturizeMessage.

See Also

Notifications