public interface NSFileProviderEnumerationObserver
| Modifier and Type | Method and Description |
|---|---|
void |
didEnumerateItems(NSArray<?> updatedItems) |
void |
finishEnumeratingUpToPage(NSData nextPage)
Call this method after enumerating a full page of items.
|
void |
finishEnumeratingWithError(NSError error) |
void didEnumerateItems(NSArray<?> updatedItems)
void finishEnumeratingUpToPage(NSData nextPage)
Page data is limited to 500 bytes. Setting a larger nextPage interrupts the enumeration.
void finishEnumeratingWithError(NSError error)