Contents

willTerminateNotification

A notification that posts when the app is about to terminate.

Declaration

nonisolated class let willTerminateNotification: NSNotification.Name

Discussion

This notification is associated with the delegate applicationWillTerminate(_:) method. This notification does not contain a userInfo dictionary.

See Also

Responding to app life-cycle events