SearchSuggestionProviderDelegate
public protocol SearchSuggestionProviderDelegate : AnyObject
SearchSuggestionProviderDelegate notifies about suggestions availability.
Important
This is a Public Preview API. It may be changed or removed at any time.-
Informs about available suggestions
Declaration
Swift
func onSearchSuggestionAvailable(suggestion: SearchSuggestion)
Parameters
suggestion
Suggestion that can be directly used as a search query.