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


Instance Methods | |
| (void) | - customPlacesManager:didStartCreatingSearchIndexForDataset: |
| Informs that indexing of recently installed Custom Places has started. More... | |
| (void) | - customPlacesManager:didFinishCreatingSearchIndexForDataset:withError: |
| 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.
| manager | SYCustomPlacesManager instance. |
| datasetId | Identifier of the custom places dataset which is being indexed. |
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.
| manager | SYCustomPlacesManager instance. |
| datasetId | Identifier of the custom places dataset which is being indexed. |
| error | Error which may occur during indexing process. If indexing succeeded, the value is nil. |
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.