Global Variable グローバル変数

NSUbiquitousUserDefaultsCompletedInitialSyncNotification

Posted when ubiquitous defaults finish downloading data, either the first time a device is connected to an iCloud account or when a user switches their primary iCloud account. デバイスがiCloudアカウントに接続される最初の時またはユーザが彼らのプライマリiCloudアカウントを切り替える場合のどちらかで、ユビキタスdefaultsがデータのダウンロードを終了する時に投函されます。

Declaration 宣言

const NSNotificationName NSUbiquitousUserDefaultsCompletedInitialSyncNotification;

Discussion 議論

This notification is posted on the main queue. この通知は、メインキュー上で投函されます。

See Also 参照

Notifications 通知