WebHistoryItemsAddedNotification
Posted when history items have been added to a web history.
Declaration
extern NSString * WebHistoryItemsAddedNotification;Discussion
The notification object is the web history to which the items were added. The userInfo dictionary contains the following information:
Key | Value |
|---|---|
@“WebHistoryItemsKey” | An Nsarray object containing the added items. |