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