Contents

applicationWillUnhide(_:)

Tells the delegate that the app is about to become visible.

Declaration

@MainActor optional func applicationWillUnhide(_ notification: Notification)

Parameters

  • notification:

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

See Also

Related Documentation

Hiding Applications