class let didChangeNotification : NSNotification.Name
Posted when user defaults are changed within the current process.
ユーザdefaultsが現在のプロセス内で変更される時に投函されます。
class let completedInitialCloudSyncNotification : NSNotification.Name
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がデータのダウンロードを終了する時に投函されます。
class let didChangeCloudAccountsNotification : NSNotification.Name
Posted when the user changes the primary iCloud account.
ユーザはプライマリiCloudアカウントを変更する時に投函されます。
class let noCloudAccountNotification : NSNotification.Name
Posted when a cloud default is set, but no iCloud user is logged in.
あるクラウドdefaultが設定される、しかしどんなiCloudユーザもログインされない場合に投函されます。