<SYCustomPlacesManagerDelegate> Protocol Reference

Contains callbacks about changes of SYCustomPlacesManager state. More...

#import <SYCustomPlacesManager.h>

Inheritance diagram for <SYCustomPlacesManagerDelegate>:
Collaboration diagram for <SYCustomPlacesManagerDelegate>:

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...
 

Detailed Description

Contains callbacks about changes of SYCustomPlacesManager state.

Method Documentation

◆ customPlacesManagerDidStartCreatingSearchIndex:

- (void) customPlacesManagerDidStartCreatingSearchIndex: (nonnull SYCustomPlacesManager *)  manager
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.

◆ customPlacesManager:didFinishCreatingSearchIndexWithError:

- (void) customPlacesManager: (nonnull SYCustomPlacesManager *)  manager
didFinishCreatingSearchIndexWithError: (nullable NSError *)  error 
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.


The documentation for this protocol was generated from the following file: