class let didChangeNotification : NSNotification.Name
Posted when user defaults are changed within the current process.
ユーザdefaultsが現在のプロセス内で変更される時に投函されます。
class let sizeLimitExceededNotification : NSNotification.Name
Posted when more data is stored in user defaults than is allowed.
許可されるより多くのデータがユーザ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アカウントを変更する時に投函されます。