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()
TomTom SDK for iOS (0.53.1)
SearchSuggestionsProviderProtocol