---
title: willUnhideNotification
framework: appkit
role: symbol
role_heading: Type Property
path: appkit/nsapplication/willunhidenotification
---

# willUnhideNotification

Posted at the start of the unhideWithoutActivation() method to indicate that the app is about to become visible.

## Declaration

```swift
class let willUnhideNotification: NSNotification.Name
```

## Discussion

Discussion The notification object is shared. 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.WillUnhideMessage.

## See Also

### Notifications

- [didBecomeActiveNotification](appkit/nsapplication/didbecomeactivenotification.md)
- [didChangeScreenParametersNotification](appkit/nsapplication/didchangescreenparametersnotification.md)
- [didFinishLaunchingNotification](appkit/nsapplication/didfinishlaunchingnotification.md)
- [didHideNotification](appkit/nsapplication/didhidenotification.md)
- [didResignActiveNotification](appkit/nsapplication/didresignactivenotification.md)
- [didUnhideNotification](appkit/nsapplication/didunhidenotification.md)
- [didUpdateNotification](appkit/nsapplication/didupdatenotification.md)
- [willBecomeActiveNotification](appkit/nsapplication/willbecomeactivenotification.md)
- [willFinishLaunchingNotification](appkit/nsapplication/willfinishlaunchingnotification.md)
- [willHideNotification](appkit/nsapplication/willhidenotification.md)
- [willResignActiveNotification](appkit/nsapplication/willresignactivenotification.md)
- [willTerminateNotification](appkit/nsapplication/willterminatenotification.md)
- [willUpdateNotification](appkit/nsapplication/willupdatenotification.md)
- [didFinishRestoringWindowsNotification](appkit/nsapplication/didfinishrestoringwindowsnotification.md)
- [didChangeOcclusionStateNotification](appkit/nsapplication/didchangeocclusionstatenotification.md)
