NSExtensionHostWillEnterForeground
Posted when the extension’s host app begins running in the foreground.
Declaration
static let NSExtensionHostWillEnterForeground: NSNotification.NameDiscussion
Extensions can use this notification to restart tasks that it stopped when they moved to the background. The object parameter contains the NSExtensionContext object. This notification does not contain a userInfo dictionary.