WebHistoryAllItemsRemovedNotification
Posted when all history items have been removed from the web history.
Declaration
extern NSString * WebHistoryAllItemsRemovedNotification;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. |