NSHTTPCookieManagerCookiesChangedNotification
A notification posted when the cookies stored in the cookie storage have changed.
クッキーストレージに貯蔵されたクッキーが変化する場合に投函される通知。
Availability 有効性
Technology
const NSNotificationName
NSHTTPCookieManagerAcceptPolicyChangedNotification;
In macOS, cookies are shared among applications, meaning this notification can be received as a result of another application’s actions. Cookies are not shared among applications in iOS. macOSでは、クッキーはアプリケーションの間で共有されます、この通知が別のアプリケーションの動作の結果として受け取られることができるのを意味しています。クッキーは、iOSではアプリケーション間で共有されません。
The notification’s object
is the NSHTTPCookie
instance. This notification does not contain a user
dictionary.
通知のもつobject
は、NSHTTPCookie
インスタンスです。この通知は、user
辞書を含みません。
NSHTTPCookieManagerCookiesChangedNotification