NSFileProviderMaterializedSetDidChange

Static NSFileProviderMaterializedSetDidChange 

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

Posted when the materialized set has changed.

Interested clients can then use the materialized set enumerator returned by -enumeratorForMaterializedItems to enumerate changes on the materialized set.

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

See also Apple’s documentation