Contents

NSFileProviderDomainDidChange

A notification that posts when a file provider’s domain changes.

Declaration

extern NSNotificationName const NSFileProviderDomainDidChange;

Discussion

The system only posts this notification after the first call to getDomainsWithCompletionHandler(_:). After receiving this notification, call getDomainsWithCompletionHandler(_:) again to determine what the changes are.

See Also

Global variables