Type Property 型プロパティ

NSExtensionHostWillEnterForeground

Posted when the extension’s host app begins running in the foreground. 拡張のもつホストアプリが実行を前面で始める時にポストされます。

Declaration 宣言

static let NSExtensionHostWillEnterForeground: NSNotification.Name

Discussion 議論

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. 拡張は、この通知を使って、それらがバックグラウンドに移った時に止まったタスクいくらかを再始動できます。objectパラメータは、NSExtensionContextオブジェクトを含みます。この通知は、userInfo辞書を含みません。

See Also 参照

Foundation ファウンデーション