Contents

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:

Key

Value

@“WebHistoryItemsKey”

An Nsarray object containing the removed items.

See Also

Related Documentation

WebKit