Contents

NSExtensionHostDidBecomeActive

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

Declaration

static let NSExtensionHostDidBecomeActive: NSNotification.Name

Discussion

Extensions can use this notification to adjust their activity when they become active. The object parameter contains the NSExtensionContext object. This notification does not contain a userInfo dictionary.

See Also

Working with notifications