didEnterBackgroundNotification
A notification that posts when the app enters the background.
Declaration
nonisolated class let didEnterBackgroundNotification: NSNotification.NameDiscussion
The object of the notification is the UIApplication object. There is no userInfo dictionary.