A notification posted when the cookies stored in the cookie storage have changed.
SDKs
- iOS 2.0+
- macOS 10.2+
- tvOS 9.0+
- watchOS 2.0+
Framework
- Foundation
Declaration
const NSNotification Name NSHTTPCookieManagerCookiesChangedNotification;
Discussion
The notification’s object
is the NSHTTPCookie
instance. This notification does not contain a user
dictionary.