windowDidExpose(_:)
Tells the delegate that the window has been exposed.
Declaration
@MainActor optional func windowDidExpose(_ notification: Notification)Parameters
- notification:
A notification named Didexposenotification.
Discussion
You can retrieve the window object in question by sending object to notification.