Type Property 型プロパティ

NSHTTPCookieManagerAcceptPolicyChanged

A notification posted when the acceptance policy of the cookie storage has changed. そのクッキーの受入方針が変化する場合に投函される通知。

Declaration 宣言

static let NSHTTPCookieManagerAcceptPolicyChanged: NSNotification.Name

Discussion 議論

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 HTTPCookieStorage instance. This notification does not contain a userInfo dictionary. 通知のもつobjectは、HTTPCookieStorageインスタンスです。この通知は、userInfo辞書を含みません。

See Also 参照

Foundation ファウンデーション