Type Property 型プロパティ

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. 拡張は、この通知を使ってそれらの活動状態をそれらが非アクティブになる時に調節します。例えば、あなたは何らかの未保存データをそれが失われるのを防ぐために保存するように、この通知を使うかもしれません。objectパラメータは、NSExtensionContextオブジェクトを含みます。この通知は、userInfo辞書を含みません。

See Also 参照

Foundation ファウンデーション