pub unsafe static NSFileProviderPendingSetDidChange: &'static NSNotificationNameAvailable on crate feature
Extension only.Expand description
Posted when the pending set has changed.
Interested clients can then use the pending set enumerator returned by -enumeratorForPendingItems to enumerate changes on the pending set.
Note, this notification starts to be posted only after +[NSFileProviderManager getDomainsWithCompletionHandler:] is called.
See also Appleās documentation