NSExtensionHostDidBecomeActive
Posted when the extension’s host app moves from the inactive to the active state.
Declaration
static let NSExtensionHostDidBecomeActive: NSNotification.NameDiscussion
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.