Contents

applicationDidHide(_:)

Tells the delegate that the app is now hidden.

Declaration

@MainActor optional func applicationDidHide(_ notification: Notification)

Parameters

  • notification:

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

See Also

Related Documentation

Hiding Applications