Type Property 型プロパティ

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. 拡張は、この通知を使ってそれらの活動状態をそれらがアクティブになる時に調節します。objectパラメータは、NSExtensionContextオブジェクトを含みます。この通知は、userInfo辞書を含みません。

See Also 参照

Foundation ファウンデーション