Type Property 型プロパティ

WebHistoryItemsAdded

Posted when history items have been added to a web history. 履歴項目がウェブ履歴に加えられた時に投函されます。

Declaration 宣言

static let WebHistoryItemsAdded: NSNotification.Name

Discussion 議論

The notification object is the web history to which the items were added. The userInfo dictionary contains the following information: 通知オブジェクトは、それに対して項目が加えられたウェブ履歴です。userInfo辞書は、以下の情報を含みます:

Key

Value

@”WebHistoryItemsKey”

An NSArray object containing the added items. 追加された項目を含んでいるNSArrayオブジェクト。

See Also 参照

WebKit

Related Documentation 関連文書