SYSearchCustomDataSource Class Reference

Represents a interface for adding custom search data. More...

#import <SYSearchCustomDataSource.h>

Inheritance diagram for SYSearchCustomDataSource:
Collaboration diagram for SYSearchCustomDataSource:

Instance Methods

(void) - addHistory:
 
(void) - addFavorites:
 
(void) - addContacts:
 
(void) - addCustomPlaces:
 
(void) - clearAllData
 
(nonnull instancetype) - initWithHistorySearch:favoritesSearch:contactsSearch:customPlacesSearch: [implementation]
 
(nullable SYSearchCustomDataResult *) - customDataResultFromSdkResult: [implementation]
 

Detailed Description

Represents a interface for adding custom search data.

Method Documentation

◆ addContacts:()

- (void) addContacts: (nonnull NSArray< SYSearchContact * > *)  contacts

◆ addCustomPlaces:()

- (void) addCustomPlaces: (nonnull NSArray< SYSearchCustomPlace * > *)  customPlaces

◆ addFavorites:()

- (void) addFavorites: (nonnull NSArray< SYSearchFavorite * > *)  favorites

◆ addHistory:()

- (void) addHistory: (nonnull NSArray< SYSearchHistory * > *)  history

◆ clearAllData()

- (void) clearAllData

◆ customDataResultFromSdkResult:()

- (nullable SYSearchCustomDataResult*) customDataResultFromSdkResult: (const sysearch_result_t)  sdkResult
implementation

◆ initWithHistorySearch:favoritesSearch:contactsSearch:customPlacesSearch:()

- (nonnull instancetype) initWithHistorySearch: (sysearch_t)  historySearch
favoritesSearch: (sysearch_t)  favoritesSearch
contactsSearch: (sysearch_t)  contactsSearch
customPlacesSearch: (sysearch_t)  customPlacesSearch 
implementation

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