searchableIndexDidFinishThrottle(_:)
Tells the delegate that the index throttling has finished.
Declaration
optional func searchableIndexDidFinishThrottle(_ searchableIndex: CSSearchableIndex)Parameters
- searchableIndex:
The index that was throttled.
Discussion
If the system previously throttled the indexing process for your app, it calls this method when throttling ends. For example, it might call this method after someone plugs in their device to charge it. Use this method to resume your app’s standard indexing behavior.