Global Variable グローバル変数

NSUbiquitousUserDefaultsDidChangeAccountsNotification

Posted when the user changes the primary iCloud account. ユーザはプライマリiCloudアカウントを変更する時に投函されます。

Declaration 宣言

const NSNotificationName NSUbiquitousUserDefaultsDidChangeAccountsNotification;

Discussion 議論

This notification is posted to the default notification center on the main queue.The keys and values in the local key-value store are replaced with those from the new account, regardless of the relative timestamps. この通知は、省略時の通知センターにメインキュー上で投函されます。ローカルキー値格納の中のキーと値は、新しいアカウントからのそれらで置き換えられます、相対タイムスタンプに関係なく。

See Also 参照

Notifications 通知