Type Property 型プロパティ

WebHistoryItemsRemoved

Posted when items have been removed from the web history. 項目がウェブ履歴から取り除かれてしまった時に投函されます。

Declaration 宣言

static let WebHistoryItemsRemoved: NSNotification.Name

Discussion 議論

The notification object is the web history from which the history items were removed. The userInfo dictionary contains the following information: 通知オブジェクトは、それから履歴項目が取り除かれたウェブ履歴です。userInfo辞書は、以下の情報を含みます:

Key

Value

@”WebHistoryItemsKey”

An NSArray object containing the removed items. 取り除かれた項目を含んでいるNSArrayオブジェクト。

See Also 参照

WebKit

Related Documentation 関連文書