Contents

didEnterBackgroundNotification

A notification that posts when the app enters the background.

Declaration

nonisolated class let didEnterBackgroundNotification: NSNotification.Name

Discussion

The object of the notification is the UIApplication object. There is no userInfo dictionary.

See Also

Responding to app life-cycle events