NSUbiquitousUserDefaultsDidChangeAccountsNotification

Static NSUbiquitousUserDefaultsDidChangeAccountsNotification 

Source
pub unsafe static NSUbiquitousUserDefaultsDidChangeAccountsNotification: &'static NSNotificationName
👎Deprecated: Notification is never posted
Available on crate features NSNotification and NSString and NSUserDefaults only.
Expand description

NSUbiquitousUserDefaultsDidChangeAccountsNotification is posted on the main queue to the default notification center when the user changes the primary iCloud account. The keys and values in the local key-value store have been replaced with those from the new account, regardless of the relative timestamps.

See also Apple’s documentation