Contents

NSExtensionHostWillResignActive

Posted when the extension’s host app moves from the active to the inactive state.

Declaration

static let NSExtensionHostWillResignActive: NSNotification.Name

Discussion

Extensions can use this notification to adjust their activity when they become inactive. For example, you might use this notification to save any unsaved data to prevent it from being lost. The object parameter contains the NSExtensionContext object. This notification does not contain a userInfo dictionary.

See Also

Working with notifications