NSUserDefaultsSizeLimitExceededNotification
NSUbiquitousUserDefaultsCompletedInitialSyncNotification
NSUbiquitousUserDefaultsDidChangeAccountsNotification
NSUbiquitousUserDefaultsNoCloudAccountNotification
Availability 有効性
Technology
const NSNotificationName
NSUserDefaultsDidChangeNotification;
This notification is posted on the thread that changes the user defaults. The notification object is the NSUser
object. The notification doesn't contain a user
dictionary.
この通知は、ユーザdefaultsを変更するスレッド上で投函されます。通知オブジェクトは、NSUser
オブジェクトです。通知は、user
辞書を含みません。
This notification isn't posted when changes are made outside the current process, or when ubiquitous defaults change. You can use key-value observing to register observers for specific keys of interest in order to be notified of all updates, regardless of whether changes are made within or outside the current process. この通知は、変更が現在のプロセスの外側でなされる時に、またはユビキタスdefaultsが変化する時に、投函されません。あなたはキー値監視を使って、オブザーバを興味ある特定のキーに全ての更新を通知される目的で登録できます、変更が現在のプロセスの内側または外側でなされたかどうかに関係なく。
NSUserDefaultsSizeLimitExceededNotification
NSUbiquitousUserDefaultsCompletedInitialSyncNotification
NSUbiquitousUserDefaultsDidChangeAccountsNotification
NSUbiquitousUserDefaultsNoCloudAccountNotification