Contents

applicationWillHide(_:)

Tells the delegate that the app is about to be hidden.

Declaration

@MainActor optional func applicationWillHide(_ notification: Notification)

Parameters

  • notification:

    A notification named Willhidenotification. Calling the Object method of this notification returns the NSApplication object itself.

See Also

Related Documentation

Hiding Applications