Contents

didUnhideApplicationNotification

A notification that the workspace posts when the Finder unhides an app.

Declaration

class let didUnhideApplicationNotification: NSNotification.Name

Discussion

The notification object is the shared NSWorkspace instance. The userInfo dictionary contains the applicationUserInfoKey key with a corresponding instance of NSRunningApplication that represents the affected app.

See Also

Responding to Environment Notifications