NSFileProviderDomainDidChange

Static NSFileProviderDomainDidChange 

Source
pub unsafe static NSFileProviderDomainDidChange: &'static NSNotificationName
Available on crate feature NSFileProviderDomain only.
Expand description

Posted when any domain changed.

Interested client should then call +[NSFileProviderManager getDomainsWithCompletionHandler:] and see what changed.

Note, this notification starts to be posted only after +[NSFileProviderManager getDomainsWithCompletionHandler:] is called.

See also Apple’s documentation