Global Variable グローバル変数

NSHTTPCookieManagerCookiesChangedNotification

A notification posted when the cookies stored in the cookie storage have changed. クッキーストレージに貯蔵されたクッキーが変化する場合に投函される通知。

Declaration 宣言

const NSNotificationName NSHTTPCookieManagerCookiesChangedNotification;

Discussion 議論

The notification’s object is the NSHTTPCookieStorage instance. This notification does not contain a userInfo dictionary. 通知のもつobjectは、NSHTTPCookieStorageインスタンスです。この通知は、userInfo辞書を含みません。

See Also 参照

Tracking Cookie Storage Changes クッキーストレージの変化を追跡する