Contents

NSFileProviderIncrementalContentFetching

Support for fetching changes to the item’s content.

Declaration

protocol NSFileProviderIncrementalContentFetching : NSObjectProtocol

Overview

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.

Topics

Incrementally Fetching Contents

See Also

File Provider protocols