Represents a interface for adding custom search data. More...
#import <SYSearchCustomDataSource.h>


Instance Methods | |
| (void) | - addHistory: |
| (void) | - addFavorites: |
| (void) | - addContacts: |
| (void) | - addCustomPlaces: |
| (void) | - clearAllData |
| (nonnull instancetype) | - initWithHistorySearch:favoritesSearch:contactsSearch:customPlacesSearch: [implementation] |
| (nullable SYSearchCustomDataResult *) | - customDataResultFromSdkResult: [implementation] |
Represents a interface for adding custom search data.
| - (void) addContacts: | (nonnull NSArray< SYSearchContact * > *) | contacts |
| - (void) addCustomPlaces: | (nonnull NSArray< SYSearchCustomPlace * > *) | customPlaces |
| - (void) addFavorites: | (nonnull NSArray< SYSearchFavorite * > *) | favorites |
| - (void) addHistory: | (nonnull NSArray< SYSearchHistory * > *) | history |
| - (void) clearAllData |
|
implementation |
|
implementation |