Type Property 型プロパティ

ACAccountStoreDidChange

Posted when the accounts managed by this account store changed in the database. このアカウント貯蔵所によって管理されるアカウントがデータベースにおいて変化した時に投函されます。

Declaration 宣言

static let ACAccountStoreDidChange: NSNotification.Name

Discussion 議論

The notification sent if an account is saved or removed locally or externally. If you receive this notification, you should refetch all account objects. あるアカウントがローカルにまたは外部的に保存されるまたは取り除かれるならば、この通知が送信されます。あなたがこの通知を受け取るならば、あなたは全てのアカウントオブジェクトを再取得すべきです。

There’s no userInfo dictionary associated with this notification. この通知と結び付けられるuserInfo辞書はありません。