willEnterForegroundNotification
A notification that posts shortly before an app leaves the background state on its way to becoming the active app.
Declaration
nonisolated class let willEnterForegroundNotification: NSNotification.NameDiscussion
The object of the notification is the UIApplication object. There is no userInfo dictionary.