NSFileProviderSearchEnumerator
A protocol that defines methods for providing search results and canceling searches.
Declaration
protocol NSFileProviderSearchEnumerator : NSObjectProtocolOverview
Implement this protocol by implementing the enumerateSearchResults(for:startingAt:) method to perform your search and deliver pages of results to the NSFileProviderSearchEnumerationObserver that you receive as the first parameter.