SearchSuggestionsProviderProtocol
public protocol SearchSuggestionsProviderProtocol
SearchSuggestionsProviderProtocol defines api for object providing search suggestions.
Important
This is a Public Preview API. It may be changed or removed at any time.-
Object consuming suggestions related callbacks
Declaration
Swift
var delegate: SearchSuggestionProviderDelegate? { get set }
-
Triggers check if any suggestions is available
Declaration
Swift
func checkSuggestions()