NSFileProviderIncrementalContentFetching
Support for fetching changes to the item’s content.
Declaration
protocol NSFileProviderIncrementalContentFetching : NSObjectProtocolOverview
Adopt this protocol to support the incremental fetching of changes from your remote storage. If you don’t implement the fetchContents(for:version:usingExistingContentsAt:existingVersion:request:completionHandler:) method, the system calls your fetchContents(for:version:request:completionHandler:) method for all updates.