Contains callbacks about changes of SYCustomPlacesManager state. More...
#import <SYCustomPlacesManager.h>


Instance Methods | |
| (void) | - customPlacesManagerDidStartCreatingSearchIndex: |
| Informs that indexing of recently installed Custom Places has started. More... | |
| (void) | - customPlacesManager:didFinishCreatingSearchIndexWithError: |
| Informs that indexing of recently installed Custom Places has finished. More... | |
Contains callbacks about changes of SYCustomPlacesManager state.
|
optional |
Informs that indexing of recently installed Custom Places has started.
Indexing process affects only search (SYCustomPlacesSearch). While indexing is in progress, already existing search instances work with old data, as soon as indexing finished, all SYCustomPlacesSearch instances start working with the latest Custom Places data.
|
optional |
Informs that indexing of recently installed Custom Places has finished.
Indexing process affects only search (SYCustomPlacesSearch). While indexing is in progress, already existing search instances work with old data, as soon as indexing finished, all SYCustomPlacesSearch instances start working with the latest Custom Places data.