NSFileProviderPendingSetDidChange

Static NSFileProviderPendingSetDidChange 

Source
pub unsafe static NSFileProviderPendingSetDidChange: &'static NSNotificationName
Available 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