pub unsafe static NSFileProviderMaterializedSetDidChange: &'static NSNotificationNameAvailable 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