Contents

NSHTTPCookieManagerCookiesChanged

A notification posted when the cookies stored in the cookie storage have changed.

Declaration

static let NSHTTPCookieManagerCookiesChanged: NSNotification.Name

Discussion

The notification’s object is the HTTPCookieStorage instance. This notification does not contain a userInfo dictionary.

See Also

Tracking cookie storage changes